/*preset CSS*/
*{
    padding:0;
    margin:0;
}
img{
    border:none;
    outline:none;
    max-width:100%;
}
a,a:active,a:focus,a:hover{
    outline:none;
    text-decoration:none;
}
input:focus,textarea:focus,select:focus{
    outline:none!important;
    box-shadow:none;
}
a{
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
ul{
    margin:0;
    list-style-type:none;
}
.container{
    width:1230px;
}
body{
    background:#fff;
    font-family: 'Open Sans', sans-serif;
}

p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}




/*preset CSS*/

.wrapper{
    width:100%;
    float:left;
    display:block;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow:hidden;
    font-family: 'Open Sans', sans-serif;
}

.header{
    width:100%;
    float:left;
    display:block;
    margin:0px 0px 0px 0px;
    padding:15px 0px 15px 0px;
    background-color: #fff;
    position: relative;
}




.logo{
    margin: 0px 0px 0px 0px;
    padding: 0px 17px 0px 0px;
    z-index: 1200;
    position: relative;
}
.logo img{
    max-width: 100%;
}
.logo img:hover{
    opacity:1;
}



.nav_section{
    width:100%;
    float:left;
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.navbar-static-top{
    margin:0;
    background:none;
    border:none;
    position:relative;
}
.navbar-right{
    margin:0px 0 0;
}
.logo a:hover{
    opacity:1;
}


#cart_qn_nm_mobile:empty {
    display: none;
}

.logo_hide{
    display: none;
}


.logo a:hover .logo_hide{
    display: inline-block;
}
.logo a:hover .logo_active{
    display: none;
}

/*.nav.navbar-nav.navbar-right{
        position:relative;
        width: 100%; text-align: right;
}*/

.hm_header_nav .navbar-nav{
    float:none;
    text-align:center;
}
.navbar-default .navbar-nav > li{
    float:none;
    display:inline-block;
}

.header .navbar-nav{
    margin-top: 5px;
}
.navbar-default .navbar-nav > li{
    margin:0px 5px 0px 5px;
    padding:0px 0px 0px 0px;
    vertical-align: middle;
}
.navbar-default .navbar-nav > li:first-child{
    padding-left:0px;
}
.navbar-default .navbar-nav > li:last-child{
    background:none;
    padding-right:0px;
}
.navbar-default .navbar-nav > li > a{
    font-size:16px;
    color:#191919;
    font-family: 'Open Sans', sans-serif;
    line-height:40px;
    font-weight:700;
    background:none;
    transition:none;
    padding: 0px 5px 0px 5px;
    position: relative;

}

.navbar-default .navbar-nav.bottom_menu > li > a{
    color: #000;
}


.navbar-default .navbar-nav > li:last-child a {

}
.hm_header .caret{
    border:none;
    background:url(../../images/ecommerce/drp_arrow_1.png) no-repeat;
    width:10px;
    height:6px;
}
.navbar-default .navbar-nav > li:last-child{
    margin-right:0px;
}
.navbar-right .dropdown-menu{
    left:auto;
    right:0;
}
.dropdown-menu{
    min-width:200px;
    padding:30px 0px 0px 0px;
    border:none;
    box-shadow:none;
    border-radius:0;
    background:#fff;
    top:100%;
}


.bottom_menu .dropdown-menu{
    background:#CCCCCC;

}


.dropdown-menu > li{
}
.dropdown-menu > li > a{
    display:block;
    color:#191919;
    line-height:30px;
    padding:3px 25px 3px 25px;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    background:none;
    position:relative;
    transition:0s;
    border-bottom:none;
    font-weight:400;
    position: relative;
    vertical-align: middle;
    font-size: 16px;

}
.dropdown-menu > li > a span{
    display: inline-block;
    padding-right: 10px;
}
.dropdown-menu > li:last-child > a{
    background-color: #B3E05D;
    padding-top:15px;
    padding-bottom: 15px;
}


.bottom_menu .dropdown-menu > li > a{
    color: #000;
    border-bottom:none;
}


.dropdown-menu > li > a::before{
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    background-color:transparent;
    color: #000;
}

.bottom_menu .dropdown-menu > li > a::before{
}
.bottom_menu .dropdown-menu > li > a:focus, .bottom_menu .dropdown-menu > li > a:hover{
    background-color:transparent;
    color: #000 !important;
}


.dropdown-menu > li:last-child a{
    border:none;
}


.navbar-default .navbar-nav > li.menu_drp > a{
    padding-right: 25px;
}


.dropdown-toggle:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 7px;
    top: 17px;
    left: auto;
    right: 0;
    background: url(../../images/ecommerce/Forward.svg) no-repeat right center;
}

.bottom_menu .dropdown-toggle:before{
    background: url(../../images/ecommerce/darrow.png) no-repeat right center;
}


.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover{
    background-color: transparent;
    color:#000;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover{
    background-color: transparent;
    color:#000;
}


.navbar-collapse{
    overflow-x:hidden;
}

.dropdown-menu > li:first-child a{
}
.dropdown-menu > li:first-child > a:focus, .dropdown-menu > li:first-child > a:hover{

}


.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {

    background:none;
    color:#000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li:last-child > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li:last-child > a:hover {
    background-color: #B3E05D;
}


.dropdown.open .dropdown-toggle:before{
    background: url(../../images/ecommerce/Forward.svg) no-repeat right center;
}




.down_arrow{
    width:100%;
    float:left;
    display:block;
    position:absolute;
    left:0px;
    bottom:70px;
    text-align:center;
}
.down_arrow a{
    display:block;
    width:50px;
    height:50px;
    margin:0 auto;
    background: url(../../images/ecommerce/circle1.png) no-repeat;
}
.down_arrow a:hover{
    background: url(../../images/ecommerce/circle2.png) no-repeat;
}



.navbar-default .navbar-nav > li.sihnUp_hdr a{
    background-color: #004084;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}
.navbar-default .navbar-nav > li > a > img{
    max-width: 100%;
    display: block;
    vertical-align: middle;
}

.navbar-default .navbar-nav > li.MyAccount > a span {
    padding-right: 12px;
}

#navbar .cart_qn_nm{
    right: -4px;
    top: -5px;
}



/*======nav end======*/

/*======nav custom dropdown start======*/

.shop_menu .dropdown-menu{
    min-width: 1200px;
    padding:60px 60px 60px 60px;
    border:none;
    box-shadow:none;
    border-radius:0;
    background:#fff;
    top:100%;
    left: -60px;
}

.shop_menu_ct{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
}
.shop_menu_ct h3{
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    margin: 0px 0px 14px 0px;
    color: #000000;
}
.shop_menu_ct > ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.shop_menu_ct > ul > li{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
}

.shop_menu_ct > ul > li > a{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    padding: 0px 0px 0px 0px;
}





.category_photo_sc{
    width: 38%;
    float: left;
    display: block;
    margin: 0px 0px 30px 0px;
    padding: 0px 19px 0px 19px;
}
.category_photo_sc h3{
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    color: #000000;
    width: 100%;
    float: left;
    display: block;
}
.category_photo_sc h3 a{
    color: #000000;
}

.ct_photo_single{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.ct_photo_single a{
    display: block;
    padding-bottom: 50%;
    position: relative;
}
.ct_photo_single a img {
    width: 100%;
    display: block;
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.category_photo_sc.small_last{
    width: 24%;
}
.category_photo_sc.small_last .ct_photo_single a{
    display: block;
    padding-bottom: 84%;
    position: relative;
}


.photo_ct_row.row{
    margin-right: -19px;
    margin-left: -19px;
}
.photo_ct_row .col-md-4{
    padding-left: 19px;
    padding-right: 19px;
}




/*======nav custom dropdown end======*/




.top_slider{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.cl_block{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}


.top_slider .container,  .top_slider .row,  .top_slider .col-xs-12{
    height:100%;
    position:relative;
}
.top_slider .col-xs-12{
    padding-right: 0px;
}

.cl_block{
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    width:100%;
    height:868px;
    position: relative;
}

.cl_block::before{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top: 0;
    content:'';
    background-color:rgba(6,35,124,.38);

}



#banner_slider .owl-nav{
    display: none;
}
#banner_slider .owl-dots{
    display: block;
}




.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
}




.owl-dots{
    display: block;
    bottom: 140px;
    position: absolute;
    text-align: left;
    left:0;
    text-align: center;
    left:50%;
    margin-left: -600px;
}
.owl-carousel .owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border:none;
    background-color: #fff;
    display: inline-block;
    margin: 10px 10px 0px 10px;
    position: relative;
}
.owl-carousel .owl-dot.active{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border:none;
    background-color:#06237C;
    z-index: 1;
}




/*======Stard Slider======*/

#banner-carousel .container,  #banner-carousel .row,  #banner-carousel .col-xs-12{
    height:100%;
    position:relative;
}
.banner_block{
    width:100%;
    float:left;
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.banner_block h2{
    font-size: 60px;
    line-height: 65px;
    padding: 0px 0px 10px 0px;
    position: relative;
    text-transform: none;
    color: #fff;
    margin: 0px 0px 0px 0px;
    font-weight: 700;
    display: inline-block;
    text-align: left;
}
.banner_block p{
    font-size: 18px;
    line-height: 26px;
    max-width: 439px;
    font-weight: 400;
    margin: 15px 0px 20px 0px;
    color: #fff;
}
.banner_block p strong{
    font-weight: 600;
}

.banner_block h2 span{
    display: inline-block;
    padding: 0px 8px 0px 8px;
}
#banner-carousel .book_btn a {
    display: inline-block;
    border-radius: 4px;
    width: 158px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    background-color: transparent;
    font-weight: 500;
    line-height: 40px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.book_btn{
    width:100%;
    float:left;
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}


.book_btn a{
    display: inline-block;
    border-radius: 4px;
    width:158px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    background-color:#004084;
    font-weight: 700;
    line-height: 40px;
    padding: 0px 0px 0px 0px;
    color: #fff;
}
.book_btn a:hover {
}




.banner_info{
    max-width:600px;
    width:100%;
    padding:0px 15px 0px 15px;
}
.banner_info{
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}



#banner-carousel{
    width:100%;
    float:left;
    height:auto;
    position: relative;
    z-index:3;
}

#banner-carousel .container, #banner-carousel .row, #banner-carousel .col-xs-12{
    height:100%;
    position:relative;
}
#banner-carousel .carousel-inner{
    height:600px;
    position:relative;
}
#banner-carousel .carousel-inner .item{
    background-position:left center;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    width:100%;
    height:100%;
}

/*#banner-carousel .carousel-inner .item::before{
        width:100%;
        height:100%;
        position:absolute;
        left:0;
        bottom:0;
        content:'';
        background-color:rgba(255,99,72,.71);
}*/



.slider_bottom_pg{
    width: 100%;
    display: block;
    float: left;
    position: absolute;
    left: 0px;
    bottom: 70px;
}
.pg_arrow{
    width: 100px;
    float: left;
    position: relative;
}


#banner-carousel .control{
    position: relative;
    width:40px;
    height:40px;
    text-indent:-9999px;
    opacity:1;
    float: left;

}
#banner-carousel:hover .control{
    opacity:1;
    visibility:visible;
}

#banner-carousel .control.left{
    background:url(../../images/ecommerce/sl_arrow_1.png) no-repeat center;
    float: left;
}
#banner-carousel .control.left:hover{

}
#banner-carousel .control.right{
    background:url(../../images/ecommerce/sl_arrow_2.png) no-repeat right center;
    float: right;
}
#banner-carousel .control.right:hover{

}



.slider_pg{
    position:absolute;
    bottom:50px;
    left:0px;
    width:100%;
    float:left;
    display:block;
}

#banner-carousel .carousel-indicators{
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    width:100%;
    bottom:auto;
    right:auto;
    margin:0px;
    text-align:left;
    padding: 0px;
}
#banner-carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 10px 0px 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border:none !important;
    border-radius:50%;
    vertical-align: middle;
    clear: both;
    position: relative;
}
#banner-carousel .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0px 10px 0px 10px;
    background-color: #fff;
}
#banner-carousel .carousel-indicators .active::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #9AC823;
    border-radius: 50%;
    z-index: -1;
}




/*======End Slider======*/




/*======owl sliderr======*/


.owl-nav{
    position:absolute;
    bottom:-35px;
    width:95px;
    display: block;
    left: 0;
}
.owl-nav .owl-prev{
    width:33px;
    height:24px;
    background: url(../../images/ecommerce/link_arrow_left.png) no-repeat center center;
    left:0px;
    position:absolute;
    text-indent:-9999px;
}
.owl-nav .owl-prev:hover{
    background: url(../../images/ecommerce/link_arrow_left_hover.png) no-repeat center center;
}
.owl-nav .owl-next{
    width:33px;
    height:24px;
    background: url(../../images/ecommerce/link_arrow.png) no-repeat center center;
    right:0px;
    position:absolute;
    text-indent:-9999px;
}

.owl-nav .owl-next:hover{
    background: url(../../images/ecommerce/link_arrow_hover.png) no-repeat center center;
}


/*======owl sliderr end======*/


.media img {
    max-width: none;
}

.content_area{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.offer_service{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 74px 0px 74px 0px;
}
.offer_content{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
}
.offer_single{
}
.offer_single .media-left img {
    border-radius: 50%;
    width: 80px;
}
.offer_single .media-body, .offer_single .media-left, .offer_single .media-right{
    vertical-align: middle;
}
.offer_single .media-body{
    vertical-align: middle;
    max-width: 195px;
    padding-right: 10px;
    padding-left: 10px;
}
.offer_single .media-body h3{
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
}
.offer_single .media-body h3 a{
    color: #000;
}
.offer_single .media-body p{
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}


.Curated_collections{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 100px 0px;
    background-color: #FBF5F3;
}
.section_tittle{
    float: left;
    display: inline-block;
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}
.single_Curated{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
}

.photo_single{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.photo_single a{
    display: block;
    position: relative;
    padding-bottom: 50%;
}
.photo_single a img {
    width: 100% ;
    display: block ;
    border-radius: 4px ;
    position: absolute ;
    height: 100% ;
    object-fit: cover ;
}

.curated_tittle{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.curated_tittle h3{
    display: inline-block;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
}
.curated_tittle h3 a{
    position: relative;
    display: inline-block;
    padding-right: 32px;
    color: #000;
    background: url(../../images/ecommerce/normal_arrow.svg) no-repeat right center;
    transition: all 0.3s ease-in-out;
}
.row.custom_row{
    margin-left: -20px;
    padding-right: -20px;
}

.curated_tittle h3 a:hover{
    color: #F01616;
    background: url(../../images/ecommerce/color_arrow.svg) no-repeat right center;
}
.curated_tittle h3 a::before{
    width: 0%;
    left: 50%;
    bottom: -2px;
    content: '';
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    height: 2px;
    background-color: #F01616;
    position: absolute;
}
.curated_tittle h3 a:hover::before{
    width: 100%;

}

.error {
    float: left;
    width: 100%;
    color: #f00;
    margin: -17px 0px 8px;
}
.has_error .form-control {
    border-color: #f00;
    border-width: 1px;
}

.product_section{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 30px 0px;
    background: rgba(210, 212, 218, 0.15);
}
.product_section .section_tittle{
    margin-bottom: 40px;
}
.product_tab_menu{
    float: right;
    display: inline-block;
}
.product_tab_menu ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}
.product_tab_menu ul li{
    float: left;
    display: inline-block;
    line-height: 41px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0px 30px 0px 30px;
}
.product_tab_menu ul li a{
    display: block;
    line-height: 30px;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    font-weight: 700;
    color: #000;
}
.product_tab_menu ul li.active a{
    border-bottom: 2px solid #000;
}
.product_tab_menu ul li:last-child{
    margin-right: 0px;
}
.product_tab_menu ul li:first-child{
    margin-left: 0px;
}


.tab_content_row{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.single_product{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 65px 0px;
    padding: 0px 5px 0px 5px;
}
.product_top_section{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    padding-top: 38px;
}
.product_photo{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.product_photo a{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 28px 0px 28px 0px;
    height: 237px;
}
.product_img{
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    position: relative;
}
.product_img img {
    position: absolute;
    top: 50%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px;
}

.product_offer{
    position: absolute;
    top: 10px;
    left: 10px;
}
.product_offer span{
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 10px 0px 10px;
}
span.new_tag{
    background-color: #B3E05D;
}
span.discount_tag{
    background-color: #424651;
}
span.selling_tag{
    background-color: #FCAB10;
}
span.soldOut_tag{
    background-color: #F55C5C;
}


.wishList_icon{
    position: absolute;
    right: 10px;
    top: 10px;
}
.wishList_icon a{
    display: block;
}

.product_bottom{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
}
.product_bottom h4{
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #004084;
}
.product_bottom h4 a{
    color: #004084;
}

.product_bottom h3{
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
}
.product_bottom h3 a{
    color: #000000;
}
.product_bottom h5{
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #424651;
}

.product_price{
    margin: 0px 0px 0px 0px;
}
.product_price span{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 0px;
}
.product_price span.regular_price{
    color: #ACB0B8;
    text-decoration: line-through;
    font-style: italic;
}
.product_price span.amount_last{
    font-size: 12px;
}











.partner_section{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 100px 0px;
}
.partner_section{
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    width:100%;
    position: relative;
}


.partner_section .section_tittle{
    color: #fff;
    margin-bottom: 17px;
}
.partner_list{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.partner_list ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.partner_list ul li{
    display: inline-block;
}
.partner_list ul li img{
    border-radius: 4px;
}


.footer{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #fff;
}
.footer_top{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 70px 0px 70px 0px;
}
.footer_logo{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 27px 0px;
    padding: 0px 0px 0px 0px;
}
.footer_logo a{
    display: inline-block;
}
.cm_time_date{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.cm_time_date p{
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.footer_tittle{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 0px 0px 24px 0px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    display: block;
    padding: 0px 0px 0px 0px;
}
.footer_link_list{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.footer_link_list ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.footer_link_list ul li{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 14px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.footer_link_list ul li a{
    color: #000;
}
.footer-custom-list .col-md-4{
    padding-left: 5px;
    padding-right: 5px;
}
.footer_bottom{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 14px 0px 14px 0px;
    background-color: #003E86;
}

.footer_bottom p{
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    padding: 6px 0px 6px 0px;
}

.ftr_right_block{
    float: right;
    display: inline-block;
}
.footer_tm_list{
    float: left;
    display: inline-block;
}
.footer_tm_list ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.footer_tm_list ul li{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    padding: 6px 15px 6px 15px;
    display: inline-block;
}
.footer_tm_list ul li a{
    color: #fff;
}

.footer_social_link{
    float: left;
    display: inline-block;
}
.footer_social_link ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.footer_social_link ul li{
    display: inline-block;
    margin-left: 10px;
}
.footer_social_link ul li a{
    display: inline-block;
}















/*======mobile menu======*/







.mobile_cart{
    position: absolute;
    right: 50px;
    top: 10px;
}

.mobile_menu {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 23px;
    z-index: 9999;
}
.mobile_menu a {
    display: block;
    width: 23px;
    height: 20px;
    background: url(../../images/ecommerce/hamburger.svg) no-repeat center center;
    border: none;
    border-radius: 0px;
}

div#sidebar_content .sidebar_content {
    width: 80%;
    background: #fff;
    float: left;
}

div#sidebar_content .sidebar_content {
    position: relative;
    height: 100%;
    max-height: 100%;
    overflow: auto;
}

@media only screen and (max-width: 767px){


    .menu_active div#sidebar_content {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        display: block!important;
        width: 326px;
        z-index: 99999;

    }

    .menu-overlay {
        background: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
        position: fixed;
    }

    div#sidebar_content .sidebar_content {
        width: 100%;
        background: #004084;
        float: left;
        padding-left: 17px;
        padding-right: 17px;
    }


    a#sidebar_hide {
        width: 30px;
        height: 30px;
        position: absolute;
        left: auto;
        display: inline-block;
        z-index: 999;
        top: 20px;
        right: 20px;

    }

    a#sidebar_hide::before {
        width: 20px;
        height: 2px;
        position: absolute;
        left: 0;
        display: inline-block;
        z-index: 999;
        transform: rotate(45deg);
        top: 12px;
        content: '';
        background: #fff;
    }

    a#sidebar_hide::after {
        width: 20px;
        height: 2px;
        position: absolute;
        left: 0;
        display: inline-block;
        z-index: 999;
        transform: rotate(-45deg);
        top: 12px;
        content: '';
        background: #fff;
    }

    .sidebar_content_inner {
        width: 100%;
        float: left;
        height: auto;
        padding: 0;
        padding-top: 55px;
        margin-bottom: 50px;

    }

    .sm_nav{
        border-bottom: 2px solid #FFFFFF;
    }

    .sidebar_content{
    }
    .sidebar_content .navbar-collapse{
        box-shadow: none;
    }

    .panner_top {
        width: 100%;
        float: left;
        height: auto;
        padding: 30px 20px 30px 20px;
        text-align: center;
        background-color: #fff;
    }

    .author_img {
        width: 50px;
        height: 50px;
        background: #fff;
        display: inline-block;
        border-radius: 50%;
        position: relative;
    }

    .author_img img {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        max-width: 50px;
    }
    ul.logout_part li {
        display: inline-block;
        margin: 0 10px;
    }

    .panner_top li a {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
    }


    div#sidebar_content .top_menu {
        display: block;
        padding: 10px 0 0;
        position: fixed;
        top: 172px;
        bottom: 48px;
        overflow: auto;
    }

    div#sidebar_content ul.top_menu.singout_menu {
        top: 120px;
    }

    div#sidebar_content .top_menu li {
        display: block;
        margin-bottom: 0;
        padding: 11px 15px;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        width: 100%;
    }

    div#sidebar_content .top_menu li a {
        display: inline-block;
        font-size: 18px;
        color: #111;
        font-family: 'Open Sans', sans-serif;
    }


    .copyright_block {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        background: #0e8e57;
        color: #fff;
        line-height: 48px;
        font-size: 14px;
    }

    #sidebar_content .top_menu {
        width: 100%;
        float: left;
        height: auto;
        display: flex;
        justify-content: space-between;
    }




    #sidebar_content .navbar-nav>li>a {
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    #sidebar_content .navbar-nav>li{
        margin-bottom: 20px;
    }
    #sidebar_content .navbar-nav>li>a{
        font-size:16px;
        color:#fff;
        font-family: 'Open Sans', sans-serif;
        line-height:22px;
        font-weight:700;
        background:none;
        padding-left:8px;
        padding-right:8px;
        padding-bottom:0;
        padding-top:0;
        transition:none;


    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 36px;
        font-weight: 500;
    }


    .logo{
        text-align: left;
    }

    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
        color: #000;
    }



    .mobile_sidebar_bottom{
        width: 100%;
        float: left;
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 17px 0px 17px;
    }
    .sidebar_my_account{
        width: 100%;
        float: left;
        display: block;
        margin: 0px 0px 35px 0px;
        padding: 0px 0px 0px 0px;
    }
    .sidebar_my_account h3{
        margin: 0px 0px 7px 0px;
        padding-left: 30px;
        line-height: 24px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }
    .sidebar_my_account h3.nav_mc{
        background: url(../../images/ecommerce/Profile24.svg) no-repeat left center;
    }
    .sidebar_my_account h3.nav_mo{
        background: url(../../images/ecommerce/menu24.svg) no-repeat left center;
    }
    .sidebar_my_account h3.nav_mq{
        background: url(../../images/ecommerce/Quotation24.svg) no-repeat left center;
    }
    .sidebar_my_account h3.nav_fav{
        background: url(../../images/ecommerce/Heart24-black.svg) no-repeat left center;
        color: #000;
    }
    .sidebar_my_account h3.nav_bo{
        background: url(../../images/ecommerce/menu24-black.svg) no-repeat left center;
        color: #000;
    }
    .sidebar_my_account h3.nav_bo a{
        display: inline-block;
        padding-right: 30px;
        background: url(../../images/ecommerce/external-link.svg) no-repeat right center;
        color: #000;
    }


    .sidebar_my_account ul{
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 30px;
        width: 100%;
        float: left;
        display: block;
    }
    .sidebar_my_account ul li{
        width: 100%;
        float: left;
        display: block;
        margin: 0px 0px 8px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        font-weight: 400;
    }
    .sidebar_my_account ul li a{
        color: #fff;
    }
    .sidebar_my_account.ac_black ul li a{
        color: #000;
    }



    .sidebar_logout{
        width: 100%;
        float: left;
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 17px 40px 17px;
    }
    .sidebar_logout a{
        display: block;
        width: 200px;
        height: 54px;
        line-height: 54px;
        padding-left: 63px;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        background:#B3E05D url(../../images/ecommerce/logout.png) no-repeat left 30px center;
    }



}

/*======mobile menu end======*/




/*======sub page start======*/

.subpage_banner{
    width:100%;
    float:left;
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    position: relative;
}
.subpage_banner{
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    height:160px;
}

/*.banner_subpage::before{
        width:100%;
        height:100%;
        position:absolute;
        left:0;
        top: 0;
        content:'';
        background-color:rgba(6,35,124,.38);

}*/

/*======breadcrumb start======*/

.breadcrumb_section{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    background-color: #004084;
}
.breadcrumb{
    padding:0px 0px 0px 0px;
    margin:0;
    background:none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 0;
}
/*.breadcrumb>li{ padding: 0px 28px 0px 20px; position: relative; vertical-align: middle; float: left; display: inline-block; font-weight: 400; }
.breadcrumb a{
        font-size:14px;
        color:#D2D4DA;
        font-size: 16px;
}
.breadcrumb > .active{
        color:#fff;
        font-size: 16px;
}
.breadcrumb > li::before{
        content: "";
        background: url(../../images/ecommerce/breadcrumb_arrow.png) no-repeat right center;
        position: absolute; right: 0px; width: 8px; height: 8px; top: 9px;
}
.breadcrumb>li:first-child{ padding-left: 0px; }
.breadcrumb>li:last-child{ padding-right: 0px; }
.breadcrumb>li:last-child::before{ display: none; }


.breadcrumb > li + li::before{content: "";}*/






.breadcrumb_section .ul{
    padding:0px 0px 0px 0px;
    margin:0;
    background:none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 0;
}
.breadcrumb_section ul li{
    display: inline-block;
    padding: 0px 28px 0px 20px;
    background: url(../../images/ecommerce/Arrow_right.svg) no-repeat right center;
    color: #fff;
    font-size: 16px;
}

.breadcrumb_section ul li a{
    color:#D2D4DA;
    font-size: 16px;

}
.breadcrumb_section .ul li.active{
    color:#fff;
    font-size: 16px;
}
.breadcrumb_section ul li::before{
    content: "";
    background: url(../../images/ecommerce/breadcrumb_arrow.png) no-repeat right center;
    position: absolute;
    right: 0px;
    width: 8px;
    height: 8px;
    top: 9px;
    display: none;
}

.breadcrumb_section ul li:last-child{
    background:none;
    padding-right: 0px;
    margin-right: 0px;
}
.breadcrumb_section ul li.active{
    color: #fff;
}

/*======breadcrumb end======*/


.category_section{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 50px 0px;
}
.subpage_tittle{
    float: left;
    display: inline-block;
    margin: 0px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 50px;
    letter-spacing: -1.5px;
    line-height: 50px;
    font-weight: 800;
    color: #004084;
    text-transform: uppercase;
}
.category_list_single{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
}
.category_list_single h3{
    margin: 0px 0px 14px 0px;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
}
.category_list_single h3 a{
    color: #000;
}
.category_list_single ul{
    margin: 0px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
}
.category_list_single ul li{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.category_list_single ul li a{
    color: #000;
    display: block;
}

.category_photo{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
.category_photo a{
    display: block;
    position: relative;
    padding-bottom: 83%;
}
.category_photo a img {
    width: 100% ;
    display: block ;
    border-radius: 0px ;
    position: absolute ;
    height: 100% ;
    object-fit: cover ;
}


.help_section{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 57px 0px 50px 0px;
    background-color: #FBF5F3;
}
.contact_left{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 23px 0px 0px 0px;
    max-width: 400px;
}

.contact_left h2{
    margin: 0px 0px 10px 0px;
    font-size: 50px;
    line-height: 50px;
    color: #000;
    font-weight: 800;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}
.contact_left p{
    margin: 0px 0px 40px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.contact_left .book_btn a{
    width: 152px;
}
.contact_photo{
}
.contact_photo img{
    max-width: 100%;
}



.product_section_area{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: rgba(210, 212, 218, 0.15);
    position: relative;
}

.filter_sidebar{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 105px 0px 0px 0px;
    background-color: #C7E5EA;
    position: relative;
}
.filter_sidebar::before{
    content: '';
    position: absolute;
    top: 0px;
    left: -1200px;
    height: 100%;
    width:1200px;
    background-color: #C7E5EA;
}
.filter_sidebar::after{
    content: '';
    position: absolute;
    top: 0px;
    right: -35px;
    height: 100%;
    width:35px;
    background-color: #C7E5EA;
}

.product_listing_wrapper{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 100px 35px;
}

.product_listing_wrapper .subpage_tittle{
    margin-bottom: 40px;
}
.pr_filter_right{
    float: right;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.filter_option_1{
    float: right;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    min-width: 270px;
}


.product_listing_row.row{
    margin-left: -10px;
    margin-right: -10px;
}
.product_listing_row .col-md-4{
    padding-left: 10px;
    padding-right: 10px;
}
.product_listing_row .single_product{
    padding-left: 0px;
    padding-right: 0px;
}


/*======pagination start======*/
.pagination-block{
    width: 100%;
    float:none;
    height:auto;
    text-align:center;

    margin: 0 auto;
    padding: 0px 0px 0px 0px;

}
.pagination{
    margin: 0 auto;
    background: rgba(0, 64, 132, 0.05);
    padding: 0px 15px 0px 15px;
    border-radius: 4px;
}
.pagination > li{
    margin: 0px 0px 0px 0px;
}
.pagination > li > a, .pagination > li > span{
    margin:0px;
    font-size:16px;
    color:#333333;
    border:none;
    width:auto;
    line-height:36px;
    padding:0;
    text-align:center;
    background: none;
    padding: 0px 7px 0px 7px;
    font-weight: 400;
}
.pagination > li > a{
    position: relative;
}
.pagination > li > a .fa{
    font-size:20px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span{
    border-radius:0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover{
    color:#333333;
    border-color:#ed1c24;
    background: none;
}
.pagination > li.prev > a:hover,
.pagination > li.next > a:hover{
    background: none;
    color:#333333;
}

.pagination > .active > a::before,
.pagination > li > a:focus::before,
.pagination > li > a:hover::before{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: -2px;
    left: 0px;

}



/*======pagination start======*/





.clear_filter{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 40px 0px;
    border-bottom: 2px solid #000000;
}
.clear_filter a{
    background: url(../../images/ecommerce/trash-2.svg) no-repeat left center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #004084;
    padding-left: 30px;
}

.category_filter_common{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 40px 0px;
    border-bottom: 2px solid #000000;
}
.category_filter_common h3{
    margin: 0px 0px 15px 0px;
    padding-left: 30px;
    line-height: 24px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.category_filter_common h3.fl_ct{
    background: url(../../images/ecommerce/menu24-black.svg) no-repeat left center;
}
.category_filter_common h3.fl_tag{
    background: url(../../images/ecommerce/tag.svg) no-repeat left center;
}
.category_filter_common h3.fl_range{
    background: url(../../images/ecommerce/dollar-sign.svg) no-repeat left center;
}
.category_filter_common h3.fl_search{
    background: url(../../images/ecommerce/search_1.svg) no-repeat left center;
}

.category_filter_common ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
    width: 100%;
    float: left;
    display: block;
}
.category_filter_common ul li{
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    display: block;
    position: relative;
}


.filter_sidebar input[type="checkbox"] {
    display: none;
}

.cheklist_col label {
    cursor: pointer;
    padding: 0px;
    min-height: 28px;
    min-width:25px;
    margin: 0;
    padding: 0px 0px 0px 30px;
    background: url(../../images/ecommerce/check_1.svg) no-repeat left 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    background-size: 20px;
}

.cheklist_col input[type='checkbox']:checked + label {
    opacity: 1;
    background: url(../../images/ecommerce/check_2.svg) no-repeat left 3px;
    background-size: 20px;
}


.category_check_1{
    padding-right: 28px;
}
.product_counter{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #424651;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
}

.tag_check .category_check_1{
    padding-right: 0;
}

.range_block{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 30px;
    position: relative;
}

.range_bar{
    width: 100%;
    float: left;
    display: block;
    background-color: #fff;
    height: 5px;
    position: relative;
    border-radius: 8px;
}
.rangebar_2{
    background-color: #004084;
    position: absolute;
    height: 5px;
    border-radius: 8px;
    top: 0px;
}




.left{
    float:left;
}
.right{
    float:right;
}
.slider.slider-horizontal .slider-track{
    height: 5px;
}
.slider-selection{
    background:#004084;
    height: 5px;
}
.slider-track-low, .slider-track-high{
    background:#fff;
    height: 5px;
}
.slider-handle{
    background: url(../../images/ecommerce/range_rc_1.png) no-repeat center center;
    width: 16px;
    height: 16px;
    cursor:pointer;
}
.slider.slider-horizontal{
    width:100%;
}


.price-bottom span{
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
.price-bottom span.sp_mid{
    padding-left: 3px;
    padding-right: 3px;
}



.category_filter_common:last-child{
    border-bottom: none;
    margin-bottom: 0px;
}
.search_keywords{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 40px;
    position: relative;
}
.filter_serch{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}


.fl_search_input{
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: none;
    outline: 0;
    padding-left: 15px;
    font-size: 16px;
    color: #000;
    border:none;
}
.fl_search_input:focus{
    box-shadow: none;
    outline: 0;
    border:none;
}

.fl_submit{
    width: 24px;
    height: 24px;
    border:none;
    box-shadow: none;
    outline: 0;
    border-radius: 0;
    background: url(../../images/ecommerce/Search_input.svg) no-repeat center center;
    position: absolute;
    right: 10px;
    top: 8px;
}


.promotion_list .subpage_tittle{
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 20px;
}
.subpage_sub_info{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}


/*======modal 1 start======*/


#wishlist-login-modal .modal-dialog{
    width: 413px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;

}

#wishlist-login-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}


#wishlist-login-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}

#wishlist-login-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}

#wishlist-login-modal .modal-body {
    padding: 60px 60px 50px 60px;
}



/*======modal 1 end======*/

/*======modal 2 start======*/


#wishlist-added-modal .modal-dialog{
    width: 413px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#wishlist-added-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}
#wishlist-added-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#wishlist-added-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#wishlist-added-modal .modal-body {
    padding: 60px 60px 50px 60px;
}



/*======modal 2 end======*/

/*======modal 3 start======*/


#cartConfirm-modal .modal-dialog{
    width: 614px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#cartConfirm-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}
#cartConfirm-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#cartConfirm-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#cartConfirm-modal .modal-body {
    padding: 40px 60px 40px 60px;
}

#cartError-modal .modal-dialog{
    width: 614px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#cartError-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}
#cartError-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#cartError-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#cartError-modal .modal-body {
    padding: 40px 60px 40px 60px;
}



/*======modal 3 end======*/

/*======modal 4 start======*/


#product-share-modal .modal-dialog{
    width: 498px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#product-share-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}
#product-share-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#product-share-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#product-share-modal .modal-body {
    padding: 60px 40px 60px 40px;
}



/*======modal 4end======*/




.modal_tittle{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.modal_tittle h2{
    margin: 0px 0px 10px 0px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
}
.modal_tittle p{
    margin: 0px 0px 30px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
.modal_photo{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
.modal_bottom{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.modal_btn_1{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
.modal_btn_1 a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #004084;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    border:1px solid #004084;
}
.modal_btn_2{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.modal_btn_2 a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #004084;
    background-color: #fff;
    border:1px solid #004084;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}





.product_description_section{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 80px 0px;
}
.product_tittle_top{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.product_tittle_top h2{
    margin: 0px 0px 20px 0px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    color: #004084;
    text-transform: uppercase;
    letter-spacing: -1.5px;
}

.product_offer_left{
    float: left;
    display: inline-block;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.product_offer_left .product_offer{
    position: relative;
    top: auto;
    left: auto;
}
.product_offer_left .product_offer span{
    height: 32px;
    line-height: 32px;
}
.product_share_right{
    float: right;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.share_dt{
    float: right;
    display: inline-block;
    margin: 0px 0px 30px 0px;
}
.share_dt a{
    display: inline-block;
    margin-left: 30px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.share_dt a img{
    display: inline-block;
    max-width: 100%;
}
.share_dt a span{
    padding-left: 10px;
}


.detail-slider{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.details_container_area{
    padding-top: 30px;
    padding-bottom: 60px;
}
.col-md-5.dts_col{
    padding-right: 0px;
}







/*======product slider e======*/


#carousel-slider{
    width:17%;
    float:right;
    height:auto;
    padding:0px 0px 0px 0px;
    position:relative;
}
#main-slider{
    width:83%;
    float:left;
    height:auto;
    overflow: hidden;
    border-right: 10px solid #fff;
    background-color: #F2F2F2;
    height: 400px;
    position: relative;
}

.slick-prev.slick-arrow {
    background:url(../../images/ecommerce/detail-prev.png) no-repeat top center;
    border: medium none;
    position: absolute;
    text-indent: -9999px;
    top: 10px;
    width: 100%;
}
.slick-prev.slick-arrow:hover{
    background:url(../../images/ecommerce/detail-prev-active.png) no-repeat top center;
}
.slick-next.slick-arrow:hover{
    background:url(../../images/ecommerce/detail-next-active.png) no-repeat bottom center;
}
.slick-next.slick-arrow {
    background:url(../../images/ecommerce/detail-next.png) no-repeat bottom center;
    border: medium none;
    position: absolute;
    text-indent: -9999px;
    bottom: 10px;
    width: 100%;
}
.slick-slide.slick-current.slick-active{
    border:1px solid #F2F2F2;
}

#carousel-slider .slick-slide{
    width:100% !important;
    float:left;
    height:auto;
    margin:0 0 10px;
    cursor:pointer;
}


.detail-slider #main-slider img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;

}

.slick-initialized .slick-slide{
    text-align: center;
    height: 100%;
    line-height: 400px;
    vertical-align: middle;
    border:1px solid #F2F2F2;
    border-radius: 4px;
}
.slick-track{
    height: 100%;
}
.slick-list{
    height: 100%;
}
#carousel-slider .slick-list{
    padding-top: 5px;
}

/*======product slider mobile======*/



.product_info_content{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 65px;
}
.product_info_content h5{
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #004084;
}
.product_info_content h5 span{
    display: inline-block;
    color: #000;
}

.product_info_content h4{
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #ACB0B8;
    text-decoration: line-through;
}

.product_info_content h3{
    margin: 0px 0px 5px 0px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
}
.product_info_content h3 span{
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding-left: 5px;
}

.product_info_content p{
    margin: 0px 0px 18px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    max-width: 260px;
}
.select_color{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
}
.color_tittle{
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    padding-right: 10px;
}

.color_block{
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
}
.color_block ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.color_block ul li{
    float: left;
    display: inline-block;
    margin: 0px 5px 8px 0px;
    line-height: 24px;
}


.stock_status{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 22px 0px;
    padding: 0px 0px 0px 0px;
}
.stock_status span{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.stock_status span.inStock_dt{
    color: #B3E05D;
}



input[type='radio'] {
    display: none;
}
.color_block .radio_group2 label {
    font-weight: normal;
    cursor: pointer;
    padding-left: 0px;
    line-height: 24px;
    width: 20px;
    height: 20px;
    margin: 0;
    color: #666666;
    background:none;
    border:2px solid transparent;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;

}

.color_block .radio_group2 label img{
    border-radius: 50%;
    max-width: 100%;
    display: block;
}

.color_block .radio_group2 input[type='radio']:checked + label {
    opacity:1;
    border:2px solid #5e2a7b;
}




.color_block .radio_group3 label {
    font-weight: normal;
    cursor: pointer;
    padding: 0px 20px 0px 20px;
    line-height: 33px;
    width: auto;
    height: 35px;
    margin: 0;
    color: #004084;
    background: rgba(210, 212, 218, 0.15);
    border: 1px solid #004084;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
}

.color_block .radio_group3 input[type='radio']:checked + label {
    opacity:1;
    background: #004084;
    border: 1px solid #004084;
    color: #fff;
}

.color_block .radio_group3 input[type='checkbox']:checked + label {
    opacity:1;
    background: #004084;
    border: 1px solid #004084;
    color: #fff;
}



.variant_tittle_common {
    float: left;
    width: 100%;
    display:block;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    padding-right: 10px;
}

.gap_select{
    padding-bottom: 12px;
}




.cart_link{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 102px;
    position: relative;
    min-height: 40px;
}

.quantity_block{
    width: 92px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.quantity_inner{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.quantity_block input{
}

.qn_input{
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #E7ECF3;
    box-shadow: none;
    outline: 0;
    padding-left: 15px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.qn_input:focus{
    box-shadow: none;
    outline: 0;
}


.quantity_block input.minus{
    position: absolute;
    bottom: 6px;
    right: 5px;
    width: 14px;
    height: 14px;
    background:url(../../images/ecommerce/cart_minus.svg) no-repeat bottom center;
    border:none;
}
.quantity_block input.plus{
    position: absolute;
    top: 6px;
    right: 5px;
    width: 14px;
    height: 14px;
    background:url(../../images/ecommerce/cart_plus.svg) no-repeat bottom center;
    border:none;
}

.cart_btn{
    max-width: 223px;
}
.cart_btn a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    background-color: #004084;
    border-radius: 4px;
}
.cart_btn a img{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}



.product_info_bottom{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 32px 0px 0px 0px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}

.sku_block{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.pd_tag_item{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.pd_tag_item a{
    display: inline-block;
    color: #004084;
    text-decoration: underline;
}

.product_description_content{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.dsp_tab_menu{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 24px 0px;
    padding: 0px 0px 0px 0px;
}
.dsp_tab_menu ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.dsp_tab_menu ul li{
    float: left;
    display: inline-block;
    margin-right: 60px;
}
.dsp_tab_menu ul li a{
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 6px;
    font-weight: 700;
    color: #000;
    border-bottom: 2px solid transparent;
}
.dsp_tab_menu ul li.active a{
    border-bottom: 2px solid #000;
}



.details_tab{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.dsp_inner_content{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


.description_wrapper{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.description_wrapper p{
    margin: 0px 0px 24px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}


.similar_product_section{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 54px 0px;
    background-color: #424651;
}
.similar_tittle{
    margin: 0px 0px 40px 0px;
    font-size: 30px;
    line-height: 41px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    float: left;
    display: block;
    padding: 0px 0px 0px 0px;
}
.similar_product_section .product_bottom h3{
    color: #fff;
}
.similar_product_section .product_bottom h3 a{
    color: #fff;
}
.similar_product_section .product_price span.amount_last{
    color: #fff;
}
.similar_product_section .product_price span{
    color: #fff;
}
.similar_product_section .product_price span.regular_price{
    color: #ACB0B8;
}
.similar_product_section .product_bottom h5{
    color: #fff;
}
.similar_product_section .single_product{
    margin: 0px 0px 30px 0px;
}

.similar_product_section .row.similar_row{
    margin-left: -20px;
    margin-right: -20px;
}
.similar_product_section .row.similar_row .col-md-3{
    padding-right: 20px;
    padding-left: 20px;
}




.basket_modal_wrapper{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
}
.basket_modal_wrapper{
    background: url(../../images/ecommerce/modal_bg_1.png) no-repeat right center;
}


.basket_modal_wrapper .modal_tittle{
    max-width: 260px;
}
.basket_modal_wrapper .modal_bottom{
    max-width: 190px;
}


.share_form{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 98px 0px 0px;
    position: relative;
}
.share_input{
    background-color: #fff;
    border: 1px solid #E7ECF3;
    border-radius: 4px;
    box-shadow: none;
    outline: 0;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    height: 40px;
}
.share_btn{
    width: 88px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    box-shadow: none;
    outline: 0;
    border:none;
    text-align: center;
    background-color: #B3E05D;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}




.shipping_header_section{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 40px 0px;
    position: relative;
}
.sp_tittle{
    float: left;
    width: 100%;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 0px 0px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    color: #004084;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}

.shipping_banner_rt{
    width: 100%;
    float: right;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    min-height: 160px;
    padding: 25px 160px 25px 40px;
    position: relative;
    background-color: #F8F4FF;
    border-radius: 4px;
}
.shipping_banner_rt h3{
    margin: 0px 0px 3px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
}
.shipping_banner_rt h3 a{
    color: #000;
}
.shipping_banner_rt p{
    margin: 0px 0px 11px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
.sp_btn_bg{
    position: absolute;
    right: 7px;
    top: -15px;
}


.shipping_btn_sc{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.shipping_btn_sc a{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #000;
    padding-right: 30px;
    background: url(../../images/ecommerce/Forward-Arrow2.svg) no-repeat right center;
}


.cart_area{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 60px 0px 60px 0px;
    position: relative;
    background-color: #C7E5EA;
}
.cart_container{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 60px 0px 0px;
}


.cart_table{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.cart_table .table>thead>tr>th{
    border-bottom: 2px solid #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    padding: 0px 10px 20px 10px;
    white-space: nowrap;
}
.cart_table .table>tbody>tr>td{
    border-bottom: 2px solid #000;
    padding: 40px 10px 40px 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.cart_table .table>thead>tr>th:first-child{
    padding-left: 0px;
}
.cart_table .table>tbody>tr>td:first-child{
    padding-left: 0px;
}

.product-thumb{
    padding-right:0;
    width: 112px;
    display: table-cell;
    vertical-align: top;
}
.product-right{
    display: table-cell;
    width: auto;
    position: relative;
    padding-bottom: 0px;
    max-width: 350px;
    padding-left:20px;
}
.product-right h2{
    margin: 0px 0px 24px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
}
.product-right h2 a{
    color: #000;
}


.qn_single{
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    width: 92px;
}

.qn_single .quantity_block{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
}
.item_rm{
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
}

.item_rm h3{
    margin: 0px 0px 5px 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #000;
}
.item_rm h3 a{
    display: inline-block;
    padding-left: 25px;
    color: #000;
}

.item_rm h3.item_wishlist a{
    background: url(../../images/ecommerce/Heart-small.svg) no-repeat left center;
}
.item_rm h3.item_wishlist.wishlist_added_red a{
    background: url(../../images/ecommerce/Heart-small-red.svg) no-repeat left center;
}
.item_rm h3.item_remove a{
    background: url(../../images/ecommerce/Delete.svg) no-repeat left center;
}



.summary_col.col-md-4 {
    padding-left: 0px;
}

.summery_block{
    width: 100%;
    float: left;
    display: block;
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 40px 40px 40px 40px;
    border-radius: 4px;
}
.summary_tittle{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 30px;
    line-height: 41px;
    color: #000;
    font-weight: 700;
}

.summary_cart{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 22px 0px;
    padding: 0px 0px 0px 0px;
}
.summary_cart ul{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.summary_cart ul li{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
}
.summary_cart ul li span{
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.summary_cart ul li span:first-child{
    width: 60%;
    font-weight: 700;
}
.summary_cart ul li span:last-child{
    float: right;
    text-align: right;
    width: 40%;
    font-weight: 400;
}

.summary_cart ul li span a{
    padding-left: 5px;
}

.grand_total_block{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 30px 0px;
    padding: 20px 10px 25px 10px;
    text-align: center;
    border-radius: 4px;
    background-color: #B3E05D;
}
.grand_total_block h4{
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.grand_total_block h2{
    margin: 0px 0px 0px 0px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
}



.btn_blue{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
.btn_blue a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    background-color: #004084;
    border-radius: 4px;
}
.btn_blue a img{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.btn_blue_border{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
.btn_blue_border a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #004084;
    background-color: #fff;
    border:1px solid #004084;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}
.btn_blue_border a img{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.ques_option{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.ques_option a{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
.ques_option a img{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}


.cart_summary_mobile{
    width: 100%;
    float: left;
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    padding: 0px 30px 0px 30px;
}
.summary_bottom{
    width: 100%;
    height: 120px;
    background-color: #B3E05D;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 20px 47px 0px 47px;
    position: relative;
}
.grandtotal_row{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

.grandtotal_row span{
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    float: left;
    display: inline-block;
}
.grandtotal_row span:last-child{
    float: right;
    font-size: 25px;
    font-weight: 700;
    text-align: right;
}




/*======modal 5 start======*/


#summary-modal .modal-dialog{
    width: 400px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#summary-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}
#summary-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#summary-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#summary-modal .modal-body {
    padding: 60px 40px 60px 40px;
}



/*======modal 5 end======*/

.summary_mobile_wrapper{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


.cart_empty_area{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 80px 0px 120px 0px;
}
.empty_cart_container{
    max-width: 318px;
    width: 100%;
    display: block;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.empty_cart_photo{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 32px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.empty_text{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 32px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.shopping_btn_empty{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.shopping_btn_empty a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    background-color: #004084;
    border-radius: 4px;
}


.summary_tittle{
    position: relative;
}

.cart_edit_rt.summary_tittle{
    padding-right: 120px;
}

a.edit_cart{
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    padding-left: 30px;
    background: url(../../images/ecommerce/Backward-Arrow.svg) no-repeat left center;
}
a.edit_cart{
}


.summary_cart_item_content{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 4px 0px;
    border-bottom: 2px solid #000;
}
.sm_cart_item_single_row{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 16px 0px;
    padding: 0px 0px 0px 0px;
}

.item_dsp_col{
    width: 70%;
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.item_price_rt{
    width: 30%;
    float: right;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.item_dsp_col h3{
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
}
.item_dsp_col h3 a{
    color: #000;
}
.item_dsp_col h4{
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.grand_total_block.gap_hide{
    margin-bottom: 0px;
}


/*======modal 5 start======*/


#summary_cart-modal .modal-dialog{
    width: 400px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#summary_cart-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}
#summary_cart-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#summary_cart-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#summary_cart-modal .modal-body {
    padding: 60px 40px 60px 40px;
}



/*======modal 5 end======*/

.checkout_single_block{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 2px solid #000;
}
.chk_tittle{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 4px 0px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
}
.checkout_form_common{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 4px 0px;
}


.cart_chekout_area_st .row{
    margin-right: -10px;
    margin-left: -10px;
}
.cart_chekout_area_st .col-md-6{
    padding-left: 10px;
    padding-right: 10px;
}
.cart_chekout_area_st .col-xs-12{
    padding-left: 10px;
    padding-right: 10px;
}


.form_common_input{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.form_common_input label{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    font-weight: 400;
}
.check_input{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 20px 0px;
    padding-left: 15px;
    height: 43px;
    font-size: 16px;
    color: #000;
    border:2px solid transparent;
    box-shadow: none;
    border-radius: 4px;
    outline: 0;
}
.check_input:focus{
    border:2px solid #004084;
    box-shadow: none;
    outline: 0;
}



.check_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    opacity: 0.3!important;
}
.check_input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    opacity: 0.3!important;
}
.check_input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    opacity: 0.3!important;
}



.custom_input_block{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 186px 0px 0px;
    position: relative;
}
.promo_btn{
    width: 144px;
    height: 43px;
    position: absolute;
    right: 22px;
    border:none;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    background-color: #004084;
    text-align: center;
    color: #fff;
    font-size:16px;
    font-weight: bold;
}
.chekout_chek_block{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.promo_btn:hover{
    background-color: #004084;
}


input[type="checkbox"] {
    display: none;
}

.chekout_chek_block label {
    cursor: pointer;
    padding: 0px;
    min-height: 28px;
    min-width:25px;
    margin: 0;
    padding: 0px 0px 0px 30px;
    background: url(../../images/ecommerce/check_1.png) no-repeat left 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.chekout_chek_block input[type='checkbox']:checked + label {
    opacity: 1;
    background: url(../../images/ecommerce/check_2.png) no-repeat left 3px;
}




.text_input_1{
    height: 102px !important;
}
.last_row{
    border-bottom: none;
    margin-bottom: 0px;
}



.check_submit_btn{
    width: 231px;
    height: 40px;
    border:none;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    color: #fff;
    font-size:16px;
    font-weight: bold;
    padding-left: 72px;
    background:#004084 url(../../images/ecommerce/submit_arrow.png) no-repeat left 30px center;
    float: right;
    text-align: left;
}
.check_submit_btn:hover{
    background-color: #004084;
}


.step_wrapper{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 45px 0px 0px 0px;
    text-align: center;
}
.step_wrapper ul{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.step_wrapper ul li{
    float: left;
    display: inline-block;
    margin: 0px -34px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 112px;
    position: relative;
}
.step_wrapper ul li:first-child{
    margin-left: 0px;
}

.step_wrapper ul li.step_1{
    width: 145px;
}
.step_wrapper ul li.step_2{
    width: 165px;
}
.step_wrapper ul li.step_3{
    width: 169px;
}


.step_wrapper ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.step_normal{
    text-align: center;
    padding-top: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #ACB0B8;
    font-weight: bold;
}
.step_normal {
    position: absolute;
    top: 50%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    white-space: nowrap;
}

.step_wrapper ul li.step_1 a{
    background: url(../../images/ecommerce/step_1.png) no-repeat left 3px;
}
.step_wrapper ul li.step_1 a .step_normal{
    background: url(../../images/ecommerce/Place-order_1.png) no-repeat top center;
}


.step_wrapper ul li.step_2 a{
    background: url(../../images/ecommerce/step_2.png) no-repeat left 3px;
}
.step_wrapper ul li.step_2 a .step_normal{
    background: url(../../images/ecommerce/Make-payment.png) no-repeat top center;
}


.step_wrapper ul li.step_3 a{
    background: url(../../images/ecommerce/step_3.png) no-repeat left 3px;
}
.step_wrapper ul li.step_3 a .step_normal{
    background: url(../../images/ecommerce/confirm-1.png) no-repeat top center;
}



.step_wrapper ul li.step_1{
    z-index: 3;
}
.step_wrapper ul li.step_2{
    z-index: 2;
}
.step_wrapper ul li.step_3{
    z-index: 1;
}



.step_wrapper ul li.step_1.active a{
    background: url(../../images/ecommerce/step_1_hover.png) no-repeat left 3px;
}
.step_wrapper ul li.step_1.active a .step_normal{
    color: #000;
}












.stepper {
    display: flex;
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 100%;
    list-style: none;
    position: relative;
    padding-top: 45px;
}
.stepper::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    width: calc(100% - 20px);
}


.stepper__item {
    padding: 0px 0px 0px 0px;
    border-top: 2px solid rgba(66, 70, 81, 0.15);
    border-bottom: 2px solid rgba(66, 70, 81, 0.15);
    position: relative;
    height: 109px;
}

/*.stepper__item.stepper_1{ width: 105px; }
.stepper__item.stepper_2{ width: 115px; }
.stepper__item.stepper_3{ width: 159px; }*/


.stepper__item a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 5px 0px 40px;
}
.stepper__item:first-child a{
    padding-left: 25px;
}

.stepper__item:first-child{
    border-left: 2px solid #333;
    border-radius: 4px 0 0 4px;
}



.stepper__item::before {
    width: 2px;
    height: 66px;
    position: absolute;
    content: '';
    background: rgba(66, 70, 81, 0.15);
    top: -7px;
    right: -19px;
    transform: rotate(-35deg);
}
.stepper__item::after {
    width: 2px;
    height: 66px;
    position: absolute;
    content: '';
    background: rgba(66, 70, 81, 0.15);
    bottom: -7px;
    right: -19px;
    transform: rotate(35deg);
}
li.stepper__item.current{
    border-color: #B3E05D;
    color: #000;
}

li.stepper__item.current .step_inner{
    color: #000;
}

li.stepper__item.current::before{
    background-color: #B3E05D;
}
li.stepper__item.current::after{
    background-color: #B3E05D;
}




.step_inner{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #ACB0B8;
    font-weight: bold;
    position: relative;
}
.step_photo{
    width: 100%;
    height: 44px;
    text-align: center;
    margin-bottom: 4px;
}
.step_photo img{
    max-width: 100%;
    max-height: 44px;
}




.quotation_submit_btn{
    width: 231px;
    height: 40px;
    border:none;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    color: #fff;
    font-size:16px;
    font-weight: bold;
    background:#004084;
    float: right;
    text-align: center;
}
.quotation_submit_btn:hover{
    background-color: #004084;
}



.submisstion_area .contact_left{
    max-width: 550px;
}
.contact_left h3{
    margin: 0px 0px 20px 0px;
    font-size: 30px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
}
.submisstion_area .contact_left p{
    max-width: 400px;
}
.submisstion_area .contact_left .book_btn a{
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}


.home_btn{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 0px 0px;
}
.home_btn a{
    display: inline-block;
    padding-left: 33px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    background: url(../../images/ecommerce/Home.svg) no-repeat left center;
}


.help_section.submisstion_area{
    padding: 100px 0px 100px 0px;
}

.btn-primary.focus, .btn-primary:focus{
    background-color: #004084;
}

.item_rm h3.item_wishlist a{
    padding: 0;
}
.item_rm h3.item_wishlist a span {
    padding-left: 25px;
}





#invoicing-modal .modal-dialog{
    width: 413px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#invoicing-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}
#invoicing-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#invoicing-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#invoicing-modal .modal-body {
    padding: 60px 40px 60px 40px;
}




.col-md-5.step_content{
    padding-left: 0px;
}

.tooltip{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
}
.tooltip.top .tooltip-arrow{
    border-top-color: #323232;
}
.tooltip-inner{
    background-color: #323232;
    padding: 10px 20px;
    max-width: 300px;
}



.mobile_menu_top_right{
    position: absolute;
    right: 40px;
    top: 10px;
    z-index: 9999;
}
.mobile_menu_top_right ul{
}
.mobile_menu_top_right ul > li{
    float: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0px 0px 0px 10px;
}
.mobile_menu_top_right ul li a{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    position: relative;
}
.mobile_menu_top_right ul li a img{
    padding-right: 10px;
}

.mobile_menu_top_right ul li.MyAccount a{
    padding-right: 25px;
}

.mobile_menu_top_right .dropdown-menu{
    left: auto;
    right: 0px;
}
.mobile_menu_top_right .dropdown-menu > li{
    padding: 0px 0px 0px 0px;
    width: 100%;
}
.mobile_menu_top_right .dropdown-menu > li a{
    border-bottom: none;
    font-weight: 400;
}

.mobile_menu_top_right .dropdown-toggle:before{
    top: 10px;
    width: 14px;
}


.cart_qn_nm{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background-color: #F01616;
    right: 0px;
    top: -6px;
}


.personal_details_info{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 60px 0px;
    padding: 40px 40px 40px 40px;
    background-color: #fff;
    border-radius: 4px;
}
.personal_info_single{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 25px 0px;
    background-color: #fff;
    border-bottom: 2px solid #000;
}
.personal_info_single h3{
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.personal_info_single h3 a{
    display: inline-block;
    color: #000;
}


.address_row_block{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.address_half_col{
    width: 50%;
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 0px;
}
.address_row_block h2{
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
}

.address_row_block h3{
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.address_row_block h3 a{
    display: inline-block;
    color: #000;
}
.address_row_block p{
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}


.payment_method_tittle{
    margin: 0px 0px 40px 0px;
    font-size: 30px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
}


.payment_method_wrapper{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 60px 0px;
    padding: 40px 40px 40px 40px;
    background-color: #fff;
    border-radius: 4px;
}
.payment_method_wrapper .panel-default>.panel-heading{
    background-color: #004084;
    padding: 0px;
}
.payment_method_wrapper .panel-title{
    color: #fff;
    line-height: 48px;
    font-size: 18px;
    font-weight: 700;
}
.payment_method_wrapper .panel-heading{
    position: relative;
}
span.card_pht{
    position: absolute;
    left: 40px;
    bottom: 0px;
}
.payment_method_wrapper .panel-title>a{
    display: block;
}
.payment_method_wrapper .panel-default>.panel-heading.pay_method_block{
    background-color: #2B9EB3;
}
.payment_method_wrapper .panel-default>.panel-heading a{
    background: url(../../images/ecommerce/Forward-up.svg) no-repeat right 25px center;
    padding: 10px 15px 10px 124px;
    position: relative;
    background-size: 10px;
}
.payment_method_wrapper .panel-default>.panel-heading a.collapsed{
    background: url(../../images/ecommerce/Forward-down.svg) no-repeat right 25px center;
    background-size: 10px;
}

.payment_method_wrapper .panel-group .panel{
    margin-bottom: 30px;
}
.payment_method_wrapper .panel-group .panel:last-child{
    margin-bottom: 0px;
}
.payment_method_wrapper .panel-default{
    border:none;
    background-color: #FBF5F3;
}
.payment_method_wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #FBF5F3;
    padding: 40px 40px 40px 40px;
}
ul.stepper {
    pointer-events: none;
}

.db_tittle h3{
    margin: 0px 0px 30px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
}
.db_btn_1{
    width: 100%;
    height: 40px;
    text-align: center;
    border:none;
    background-color: #D2D4DA;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    border-radius: 4px;
}
.db_btn_1 span{
    display: inline-block;
    padding-right: 8px;
}


.payment_method_wrapper .check_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;
}
.payment_method_wrapper .check_input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    opacity: 1;
}
.payment_method_wrapper .check_input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    opacity: 1;
}
.payment_method_wrapper .check_input:-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 1;
}




.pay_btn_blue .db_btn_1{
    background-color: #004084;
}
.summary_pay_btn_blue{
    padding-top: 30px;
}
.summary_pay_btn_blue .db_btn_1{
    background-color: #004084;
}


.payment_sponsor span{
    display: inline-block;
    padding-right: 5px;
}
.payment_sponsor span a{
    display: inline-block;
}





#payment_success-modal .modal-dialog{
    width: 413px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#payment_success-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}
#payment_success-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#payment_success-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#payment_success-modal .modal-body {
    padding: 40px 40px 45px 40px;
}



.success_wrapper{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.success_wrapper .modal_tittle{
    width: 50%;
    float: left;
    display: inline-block;
    padding-top: 15px;
}
.success_wrapper .modal_tittle p{
    margin-bottom: 0px;
}
.modal_photo_rt{
    float: left;
    display: inline-block;
    width: 50%;
}


.quotion_scc .contact_left{
    max-width: 100%;
}
.contact_left .book_btn.multi_btn_group a{
    width: auto;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.quotion_scc .contact_left h3{
    max-width: 450px;
    display: block;
}
.quotion_scc .contact_left p{
    max-width: 350px;
    display: block;
}

.contact_left .book_btn.multi_btn_group a.border_btn{
    color: #004084;
    border:1px solid #004084;
    background-color: #fff;
}

.quotion_scc .home_btn{
    padding: 30px 0px 0px 0px;
}




#quotation-download-modal .modal-dialog{
    width: 413px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#quotation-download-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}
#quotation-download-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#quotation-download-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#quotation-download-modal .modal-body {
    padding: 40px 40px 45px 40px;
}



.step_content.pull-right .stepper_wrapper{
    float: right;
    padding-right: 35px;
}
.contact_left h3 span{
    display: block;
}


.order_placed_info .contact_left{
    max-width: 100%;
}
.order_placed_info .contact_left .book_btn a {
    width: 320px;
}

.summary_cart ul li span i{
    font-weight: 400;
}

.summary_cart.sm_border{
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
}


.map_section{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.map_section img{
    width: 100%;
    display: block;
}
.address_map{
    font-family: 'Open Sans', sans-serif;
    border-radius: 10px;
    position: absolute;
    left: 100px;
    top: 20px;
    width: 318px;
    background-color: #fff;
    padding: 15px 12px 15px 12px;
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.25);
}
.address_map h3{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
.address_map h3 a{
    color: #000;
}
.address_map p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
}
.address_map h4{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    padding-top: 10px;
}
.address_map h4 a{
    display: inline-block;
    color: #004084;
    text-decoration: underline;
}





.contact_wrapper{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 0px 0px;
    position: relative;
}
.contact_left_col{
    width: 46%;
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 10;
}
.contact_right_col{
    width: 54%;
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.contact_info_area{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 60px 50px 60px 80px;
    position: relative;
}
.contact_info_area{
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    height:auto;
}

.contact_info_area::before{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top: 0;
    content:'';
    background-color:rgba(0,0,0,.7);

}



.contact_info_area h2{
    font-size: 30px;
    line-height: 41px;
    color: #fff;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    position: relative;
}
.contact_info_area h4{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    margin: 0px 0px 60px 0px;
    position: relative;
}


.contact_single_row{
    position: relative;
    margin-bottom: 40px;
}
.contact_single_row:last-child{
    margin-bottom: 0px;
}

.contact_single_row .media-left{
    vertical-align: middle;
}
.contact_single_row .media-left img {
    border-radius: 50%;
    width: 80px;
}
.contact_single_row .media-body, .offer_single .media-left, .offer_single .media-right{
    vertical-align: middle;
}
.contact_single_row .media-body{
    vertical-align: middle;
    padding-left: 10px;
}
.contact_single_row .media-body h3{
    margin: 0px 0px 3px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}
.contact_single_row .media-body h3 a{
    color: #fff;
}
.contact_single_row .media-body p{
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}
.contact_single_row .media-body p a{
    color: #fff;
}



.contact_form_wrapper{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 60px 40px 60px 40px;
    position: relative;
    background-color: #C7E5EA;
}


.form_tittle{
    font-size: 30px;
    line-height: 41px;
    color: #000;
    font-weight: bold;
    margin: 0px 0px 40px 0px;
    position: relative;
}

.contact_form_wrapper .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.text_input_2{
    height: 192px !important;
}



.check_submit_btn2{
    width: 231px;
    height: 40px;
    border:none;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    color: #fff;
    font-size:16px;
    font-weight: bold;
    background-color:#004084;
    float: left;
    text-align: center;
}
.check_submit_btn2:hover{
    background-color: #004084;
}




.contact_form_wrapper::before{
    width: 100%;
    height: 80px;
    background-color: #C7E5EA;
    content: '';
    position: absolute;
    top: -80px;
    left: 0px;
}
.contact_form_wrapper::after{
    width: 100px;
    height: 100%;
    background-color: #C7E5EA;
    content: '';
    position: absolute;
    top: -80px;
    left: -100px;
}

.cn_tittle_top{
    font-size: 50px;
    line-height: 50px;
    color: #004084;
    font-weight: 800;
    margin: 0px 0px 30px 0px;
    position: relative;
    text-transform: uppercase;
}




.my_account_sidebar {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 105px 0px 0px 0px;
    background-color: #fff;
    position: relative;
}

.my_account_sidebar::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -1200px;
    height: 100%;
    width: 1200px;
    background-color: #fff;
}

.my_account_sidebar::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -15px;
    height: 100%;
    width: 15px;
    background-color: #fff;
}


.my_accoutn_section_area {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #FBF5F3;
    position: relative;
}


.accountPage_bg_1{
    background-color: #C7E5EA;
}
.accountPage_bg_fav{
    background-color: #CDD5ED;
}


.my_account_single_col{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 35px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.my_account_single_col h3 {
    margin: 0px 0px 7px 0px;
    padding-left: 30px;
    line-height: 24px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.my_account_single_col h3.nav_mc {
    background: url(../../images/ecommerce/Profile24-black.svg) no-repeat left center;
}
.my_account_single_col h3.nav_mo {
    background: url(../../images/ecommerce/menu.svg) no-repeat left center;
}
.my_account_single_col h3.nav_mq {
    background: url(../../images/ecommerce/Quotation.svg) no-repeat left center;
}
.my_account_single_col h3.nav_fav {
    background: url(../../images/ecommerce/Heart24-black.svg) no-repeat left center;
}



.my_account_single_col ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
    width: 100%;
    float: left;
    display: block;
}
.my_account_single_col ul li {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}

.my_account_single_col ul li a {
    color: #000;
}

.my_account_single_col ul li a:hover {
    color: #004084;
}
.my_account_single_col ul li.active a{
    color: #004084;
}

.mc_sidebar.col-md-2{
    padding-right: 0px;
}



.my_account_single_col h3.nav_bo {
    background: url(../../images/ecommerce/menu.svg) no-repeat left center;
}
.my_account_single_col h3.nav_bo a {
    display: inline-block;
    padding-right: 30px;
    background: url(../../images/ecommerce/external-link.svg) no-repeat right center;
    color: #000;
}





.my_accoutn_section_area .product_listing_wrapper{
    padding-left: 100px;
}
.fav_gap{
    padding-top: 60px;
}


.my_accoutn_section_area .product_listing_row .col-md-4 {
    padding-left: 20px;
    padding-right: 20px;
}

.my_accoutn_section_area .product_listing_row.row {
    margin-left: -20px;
    margin-right: -20px;
}




.my_accoutn_section_area .checkout_single_block{
    max-width: 720px;
    display: block;
    clear: both;
    padding-top: 20px;
    padding-bottom: 60px;
}
.my_accoutn_section_area .checkout_single_block:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}




.input_done .check_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;
}
.input_done .check_input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    opacity: 1;
}
.input_done .check_input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    opacity: 1;
}
.input_done .check_input:-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 1;
}


.input_done .check_input{
    border:2px solid #004084;
}

.chk_sub_tittle{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    position: relative;
}
.gap_tittle_2{
    padding-top: 20px;
}

.current_order_warpper{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}














.current_order_warpper{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.current_order_warpper .panel-default>.panel-heading{
    background-color: #fff;
    padding: 0px;
}
.current_order_warpper .panel-title{
    color: #fff;
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
}
.current_order_warpper .panel-heading{
    position: relative;
}
.current_order_warpper span.card_pht{
    position: absolute;
    left: 40px;
    bottom: 0px;
}
.current_order_warpper .panel-title>a{
    display: block;
}
.current_order_warpper .panel-default>.panel-heading.pay_method_block{
}
.current_order_warpper .panel-default>.panel-heading a{
    padding: 20px 40px 20px 40px;
    position: relative;
    color: #000;
    overflow: hidden;
}
.current_order_warpper .panel-default>.panel-heading a.collapsed{
}

.current_order_warpper .panel-group .panel{
    margin-bottom: 30px;
}
.current_order_warpper .panel-group .panel:last-child{
    margin-bottom: 0px;
}
.current_order_warpper .panel-default{
    border:none;
    background-color: #FBF5F3;
}
.current_order_warpper .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 0px 0px 0px 0px;
}


.order_left_tittle{
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
}
.order_rt_sc{
    float: right;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.order_status{
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 0px;
    border-right: 2px solid #000;
}
.order_status h3{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    position: relative;
}
.order_status h3 span{
    display: inline-block;
    text-transform: uppercase;
    margin-left: 10px;
    border-radius: 4px;
    line-height: 26px;
    color: #fff;
    padding: 0px 10px 0px 10px;
    color: #000;
}
.order_status h3 span.sts_pending{
    background-color: #FCAB10;
}
.order_status h3 span.sts_complete{
    background-color: #B3E05D;
}
.order_date{
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
}

.order_status h3 span.sts_Open {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    line-height: 26px;
    background: #FCAB10;
}

.order_status h3 span.sts_new,
.order_status h3 span.sts_partially.completed,
.order_status h3 span.sts_cancelled,
.order_status h3 span.sts_refunded {

    color: #fff;
    font-size: 12px;
    background: #424651;
}
.order_status h3 span.sts_ready.for.delivery,
.order_status h3 span.sts_out.for.delivery,
.order_status h3 span.sts_completed{
    font-size: 12px;
    background-color: #B3E05D;
}
.order_status h3 span.sts_processing{
    background-color: #FCAB10;
    font-size: 12px;
}

.partner_list ul li img {
    width: 90%;
    height: 100%;
    object-fit: contain;
}
.partner_list ul li {
    display: inline-block;
    width: 12.25%;
    height: 120px;

}
.partner_list ul li .img_block{
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
.offer_single .media-left {
    vertical-align: top;
}
.shop_menu_ct h3 a{
    color: inherit;
}

.order_item_container{
    width: 100%;
    float: left;
    display: block;
    background: rgba(214, 205, 238, 0.5);
    padding: 40px 40px 40px 40px;
}

.item_row{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 2px solid #000;
}
.item_row_single{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
}
.item_dsp_left{
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 75%;
}
.product-thumb2 {
    padding-right: 0;
    width: 80px;
    display: table-cell;
    vertical-align: top;
}
.productrt_info_col {
    display: table-cell;
    width: auto;
    position: relative;
    padding-bottom: 0px;
    max-width: 450px;
    padding-left: 20px;
}
.productrt_info_col h2{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    margin: 0px 0px 7px 0px;
}
.productrt_info_col h2 a{
    color: #000;
}
.productrt_info_col h4{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
}
.productrt_info_col h4 span{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.item_price_or{
    float: left;
    display: inline-block;
    width: 25%;
}
.item_price_or h5{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    text-align: right;
}



.bottom_btn_group{
    width: 100%;
    float: right;
    display: block;
    padding: 20px 40px 20px 40px;
    margin: 0px 0px 0px 0px;
    background-color: #fff;
}
.bottom_btn_group ul{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: right;
}
.bottom_btn_group ul li{
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
}
.bottom_btn_group ul li a{
}

.bottom_btn_group ul li a {
    display: block;
    width:auto;
    height: 40px;
    line-height: 40px;
    color: #004084;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    padding: 0px 20px 0px 20px;
    border:1px solid #004084;
}

.bottom_btn_group ul li.dn_pdf a{
    background-color: #004084;
    color: #fff;
}


.more_item_link a{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #004084;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
}
.total_price_col_rt{
    float: right;
    display: block;
}


.pricecol_1{
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    max-width: 220px;
}
.pricecol_1 .summary_cart{
    margin-bottom: 0px;
}
.pricecol_1 .summary_cart ul li{
    margin-bottom: 0px;
}


.price_col_2{
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding-left: 60px;
}
.price_col_2 h3{
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    text-align: right;
}
.price_col_2 h3 span{
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
}
.price_col_2 h4{
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    text-align: right;
}
.price_col_2 h4 span{
    display: inline-block;
    padding-left: 10px;
}



.back_btn{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 32px 0px;
    padding: 0px 0px 0px 0px;
}
.back_btn a{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
}
.back_btn a span{
    display: inline-block;
    padding-right: 9px;
}


.order_wrapper_area{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.order_details_header{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 20px 40px 20px 40px;
    background-color: #fff;
    position: relative;
}
.order_details_body{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


.order_dt_personal_info{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


.order_ps_wrapper{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 20px 40px 20px 40px;
    background-color: #fff;
    position: relative;
    border-top: 1px solid #E7ECF3;
}

.order_group_wp .item_row_single{
    padding-bottom: 10px;
}


.single_details_price_section .total_price_col_rt{
    max-width: 312px;
    display: block;
}
.single_details_price_section .pricecol_1{
    max-width: 100%;
    width: 100%;
    display: block;
}
.single_details_price_section .price_col_2{
    width: 100%;
}
.summary_cart ul li span i{
    padding-left: 10px;
}

.single_details_price_section .summary_cart ul li.gm_total{
    padding-top: 12px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}
.single_details_price_section .summary_cart ul li.gm_total span.gn_big{
    font-size: 25px;
    font-weight: 700;
}

.single_details_price_section .summary_cart ul li span em{
    display: block;
    line-height: 16px;
    word-break: break-all;
    font-size: 12px;
    font-weight: 400;
    color: #004084;
}
.single_details_price_section .summary_cart ul li span:first-child{
    width: 55%;
}
.single_details_price_section .summary_cart ul li span:last-child{
    width: 45%;
}

.ds_ft_top_block{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}



.all_quotation_section .order_item_container{
    background-color: #C7E5EA;
}
.all_quotation_section .total_price_row{
    width: 100%;
    float: left;
    display: block;
}
.all_quotation_section .total_price_col_rt{
    width: 100%;
    padding-left: 100px;
}
.all_quotation_section .price_col_2{
    float: right;
    padding-top: 40px;
}

.order_details_body .product_customisations,
.order_item_container .product_customisations {
    margin: 0 0 7px;
}


.login_container{
    max-width: 1040px;
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 100px;
}
.login_top{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.login_container .back_btn{
    margin-bottom: 20px;
}

.login_row{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


.login_half_col{
    width: 50%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.login_content{
    width: 100%;
    float: left;
    display: block;
    background-color: #D6CDEE;
    margin: 0px 0px 0px 0px;
    padding:60px 100px 60px 100px;
}
.login_content .row{
    margin-left: -5px;
    margin-right: -5px;
}
.login_content .col-xs-12{
    padding-left: 5px;
    padding-right: 5px;
}


.login_tittle{
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}


.login_container .form-group{
    width: 100%;
    float: left;
    display: block;
}
.input_password{
    width: 100%;
    float: left;
    display: block;
    position: relative;
}
.ps_btn{
    position: absolute;
    top: 10px;
    right: 15px;
    width: 24px;
}
img.ps_show{
    display: block;
}

.form-group{
    margin-bottom: 0px;
}
.forgot_password_block{
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.forgot_password_block a{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #004084;
    font-weight: 400;
}
.login_container .quotation_submit_btn{
    width: 100%;
}
.quotation_submit_btn:hover{
    background-color: #004084;
}


.or_blocl{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    font-style: italic;
    color: #000;
}


.social_login{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
}
.social_login ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.social_login ul li{
    display: block;
    width: 100%;
    float: left;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
}
.social_login ul li a{
    display: block;
    border: 2px solid #004084;
    border-radius: 4px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #004084;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
}
.social_login ul li a span{
    display: inline-block;
    padding-right: 10px;
}

.social_login ul li:last-child{
    margin-bottom: 0px;
}

.login_footer{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.login_footer h3{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    text-align: left;
}
.login_footer h3 a{
    display: inline-block;
    color: #004084;
    text-decoration: underline;
}


.login_photo {
    position: absolute;
    left: -28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}




.signup_section .login_content{
    padding-left: 65px;
    padding-right: 65px;
    background-color: #CDD5ED;
}
.input_info{
    width: 100%;
    float: left;
    display: block;
    margin: -15px 0px 0px 0px;
    position: relative;
    padding: 0px 0px 20px 0px;
}
.input_info p{
    font-size: 14px;
    line-height: 20px;
    color: #424651;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: -1px;
}



.submit_info_row{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding: 0px 0px 0px 0px;
}
.submit_info_row h5{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
    text-align: left;
    letter-spacing: -1px;
}
.submit_info_row h5 a{
    color: #004084;
}










#preview-quto-modal .modal-dialog{
    width: 595px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#preview-quto-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    background-color: transparent;
}
#preview-quto-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#preview-quto-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#preview-quto-modal .modal-body {
    padding: 0px 0px 0px 0px;
}





.qt_header{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 10px 0px;
    position: relative;
    padding: 15px 32px 15px 32px;
    background-color: #fff;
}
.qt_tittle{
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
}

.qt_btn_group{
    float: right;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.qt_btn_group a{
    float: left;
    display: inline-block;
    margin-left: 8px;
    height: 30px;
    border-radius: 4px;
    border:1px solid #004084;
    padding: 0px 16px 0px 16px;
    line-height: 30px;
    color: #004084;
    font-size: 12px;
    font-weight: bold;
}
.qt_btn_group a.generate_btn{
    background-color: #004084;
    color: #fff;
}



.preview_container{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding: 15px 32px 15px 32px;
    background-color: #fff;
}
.preview_header{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 24px 0px;
    position: relative;
    padding: 0px 0px 0px 0px;
}

.pr_half_col{
    width: 50%;
    float: left;
    display: inline-block;
}
.pr_contact{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding: 0px 0px 0px 0px;
}



.pr_contact .media-left img {
    border-radius: 0;
    width: 59px;
}
.pr_contact .media-left{
    vertical-align: middle;
}
.pr_contact .media-body{
    vertical-align: middle;
}
.pr_contact .media-body h2{
    margin:0px 0px 0px 0px;
    font-size: 12px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
}
.pr_contact .media-body h3{
    margin:0px 0px 0px 0px;
    font-size: 9px;
    line-height: 11px;
    color: #000;
    font-weight: 400;
}
.pr_contact .media-body h3 strong{
    font-weight: 700;
}



.pr_block_rt{
    float: right;
    display: inline-block;
    text-align: right;
    width: 100%;
}

.pr_block_rt h2{
    margin:0px 0px 0px 0px;
    font-size: 12px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
}
.pr_block_rt h3{
    margin:0px 0px 0px 0px;
    font-size: 9px;
    line-height: 11px;
    color: #000;
    font-weight: 400;
}
.pr_block_rt h3 strong{
    font-weight: 700;
}


.pr_info_inner{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 24px 0px;
    position: relative;
    padding: 0px 0px 0px 0px;
}
.pr_info_inner h3{
    margin:0px 0px 0px 0px;
    font-size: 10px;
    line-height: 14px;
    color: #000;
    font-weight: 700;
}
.pr_info_inner h4{
    margin:0px 0px 0px 0px;
    font-size: 9px;
    line-height: 13px;
    color: #003E86;
    font-weight: 400;
}
.pr_info_inner p{
    margin:0px 0px 0px 0px;
    font-size: 9px;
    line-height: 11px;
    color: #000;
    font-weight: 400;
}


.pr_item_info{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding: 0px 0px 0px 0px;
}
.pr_item_info .table>thead>tr>th{
    background-color: #EBF0F7;
    font-size: 10px;
    line-height: 10px;
    padding: 7px 5px 7px 5px;
    font-weight: 700;
    color: #000;
    border-bottom: none;
}
.pr_item_info .table>tbody>tr>td{
    font-size: 9px;
    line-height: 11px;
    padding: 7px 5px 6px 5px;
    font-weight: 400;
    color: #000;
    border-top: none;
    border-bottom: 1px solid #EBF0F7;
}

.pr_item_info .table>tbody>tr>td:first-child{
    border-left: 1px solid #EBF0F7;
    padding-left: 18px;
}
.pr_item_info .table>thead>tr>th:first-child{
    padding-left: 18px;
}
.pr_item_info .table>tbody>tr>td:last-child{
    border-right: 1px solid #EBF0F7;
}
.pr_item_info .table>tbody>tr>td.text_center{
    text-align: center;
}
.pr_item_info .table>thead>tr>th.text_center{
    text-align: center;
}

.sn_col{
    width: 50px;
}
.pr_item_info .table>tbody>tr>td.full_col_1{
    font-weight: 700;
    font-size: 8px;
}


.pr_item_price{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 15px 0px;
    position: relative;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #EBF0F7;
}
.pr_item_price .summary_cart{
    width: 115px;
    float: right;
    margin: 0px;
    padding: 0px;
}
.pr_item_price .summary_cart ul li span{
    font-size: 9px;
    line-height: 11px;
    font-weight: 700;
    text-align: right;
}
.pr_item_price .summary_cart ul li{
    margin-bottom: 4px;
}
.pr_item_price .summary_cart ul li span:last-child{
    font-weight: 700;
}



.generic_block{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding: 0px 0px 0px 0px;
}

.generic_block p{
    margin:0px 0px 10px 0px;
    font-size: 9px;
    line-height: 11px;
    color: #000;
    font-weight: 400;
}
.generic_block h3{
    margin:0px 0px 0px 0px;
    font-size: 9px;
    line-height: 11px;
    color: #000;
    font-weight: 400;
}

.generic_block ul{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding: 0px 0px 10px 8px;
}
.generic_block ul li{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding: 0px 0px 0px 10px;
    background: url(../../images/ecommerce/list_bullet.png) no-repeat  left center;
    font-size: 9px;
    line-height: 11px;
    color: #000;
    font-weight: 400;
}


.accept_block{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding: 69px 0px 0px 0px;
    font-family: arial;
}
.accpt_single{
    max-width: 290px;
    width: 100%;
    float: right;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 16px 16px 16px 16px;
    background-color: #EBF0F7;
}
.ac_tittle{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 10px 0px;
    position: relative;
    padding: 0px 0px 0px 0px;
    font-size: 9px;
    line-height: 11px;
    color: #000;
    font-weight: 700;
}
.ac_row{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding: 0px 0px 0px 0px;
}


.ac_half_col{
    width: 50%;
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding: 0px 8px 0px 0px;
}
.ac_half_col:last-child{
    padding-left: 8px;
    padding-right: 0px;
}

.ac_signature{
    width: 100%;
    float: left;
    display: block;
    border-bottom: 1px solid #000;
    height: 35px;
    margin-bottom: 8px;
}

.ac_signature_name{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding: 0px 0px 0px 0px;
    font-size: 9px;
    line-height: 11px;
    color: #000;
    font-weight: normal;
}

#checkout_info-modal .modal-dialog{
    width: 413px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#checkout_info-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}
#checkout_info-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#checkout_info-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#checkout_info-modal .modal-body {
    padding: 40px 40px 45px 40px;
}

#checkout_invoice-modal .modal-dialog{
    width: 413px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#checkout_invoice-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}
#checkout_invoice-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#checkout_invoice-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#checkout_invoice-modal .modal-body {
    padding: 40px 40px 45px 40px;
}

#govt_mail-modal .modal-dialog{
    width: 413px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#govt_mail-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}
#govt_mail-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#govt_mail-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#govt_mail-modal .modal-body {
    padding: 40px 40px 45px 40px;
}










#preview-invoice2-modal .modal-dialog{
    width: 595px;
    max-width: 94%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#preview-invoice2-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    background-color: transparent;
}
#preview-invoice2-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#preview-invoice2-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#preview-invoice2-modal .modal-body {
    padding: 0px 0px 0px 0px;
}



#preview-invoice2-modal .pr_item_price .summary_cart{
    width: 196px;
    padding: 0px 0px 0px 0px;
}
#preview-invoice2-modal .pr_item_price .summary_cart ul{
    border-bottom: 1px solid #000;
    padding: 0px 15px 10px 0px;
    margin-bottom: 15px;
}
#preview-invoice2-modal .pr_item_price .summary_cart ul:last-child{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#preview-invoice2-modal .pr_item_price{
    padding-top: 0px;
    border-bottom: none;
}

#preview-invoice2-modal .pr_item_price .summary_cart ul li span em{
    display: block;
    font-size: 7px;
    color: #004084;
    font-weight: normal;
}
#preview-invoice2-modal .summary_cart ul li span:first-child{
    width: 50%;
}
#preview-invoice2-modal .summary_cart ul li span:last-child{
    width: 50%;
}
#preview-invoice2-modal .summary_cart ul li{
    margin-bottom: 4px;
}








#search-modal .modal-dialog{
    width: 98%;
    max-width: 98%;
    margin: 30px auto;
    font-family: 'Open Sans', sans-serif;
}
#search-modal .modal-content{
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    background-color: #C7E5EA;
}
#search-modal .modal-header{
    border:none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}
#search-modal .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 15px;
    background: url(../../images/ecommerce/closs.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border:none;
}
#search-modal .modal-body {
    padding: 40px 0px 40px 0px;
}


.search_container{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 45px 0px 0px;
    position: relative;
}
.search_block{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}


.search_block .check_input{
    margin-bottom: 0px;
    border-color: #E7ECF3;
}
.search_block .check_input:focus{
    border-color: #E7ECF3;
}


.search_submit{
    width: 24px;
    height: 24px;
    border:none;
    border-radius: 0px;
    box-shadow: none;
    outline: 0;
    background: url(../../images/ecommerce/Search.svg) no-repeat center center;
    position: absolute;
    right: 15px;
    top: 10px;
}
.search_submit:hover{
    background: url(../../images/ecommerce/Search.svg) no-repeat center center;
}
.search_submit:focus{
    border:none;
    border-radius: 0px;
    box-shadow: none;
    outline: 0;
}


.search_block .btn-primary.focus, .search_block .btn-primary:focus {
    background-color: transparent;
}




.ui-autocomplete{
    z-index: 2000;
    font-family: 'Open Sans', sans-serif;
}


.ui-autocomplete::before {
    width: 30px;
    height: 16px;
    position: absolute;
    content: "";
    /*background:url(../../images/ecommerce/auto-complete-arrow.png) no-repeat center top;*/
    left: 10px;
    top: 0px;

}

.ui-autocomplete {
    z-index: 99999;
    padding-top: 10px;
    padding-bottom: 10px !important;
    border: none !important;
    background: #fff !important;
    width: 290px;
    max-width: 100% !important;
    border-top: 4px solid #C7E5EA !important;

}
.ui-autocomplete > li {
    border-left: none;
    border-right: none;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000 !important;
    padding: 5px 15px !important;
    line-height: 24px;
    float: left;
    width: 100%;
    margin: 0 !important;
    font-weight: 400 !important;
}
.ui-autocomplete li:hover {
    background: #fff;
    padding: 5px 15px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
    color: #ff685d !important;
}
.ui-autocomplete .ui-menu-item-wrapper {
    /*padding:3px 10px 3px 10px!important;*/
    background: none !important;
    border: none;
    color: #000;
    line-height: 24px !important;
    margin: 0 !important;
    font-weight: 400 !important;
}















.slider-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content span:last-of-type {
    margin-left: -14px;
}

.range_block .ui-widget.ui-widget-content {
    border: none;
    height: 5px;
    background-color: #fff;
    border-radius: 2px;
    position: relative;
}
.range_block .ui-slider .ui-slider-range{
    border: none;
    height: 5px;
    background-color: #004084;
    border-radius: 0px;
    position: absolute;
}

.range_block .ui-slider .ui-slider-handle{
    width: 16px;
    height: 16px;
    top: -6px;
    background: url(../../images/ecommerce/range_rc_1.png) no-repeat center center;
    border:none;
    border-radius: 50%;
}
.range_block .ui-slider .ui-slider-handle:hover{
    background: url(../../images/ecommerce/range_rc_1.png) no-repeat center center;
    border:none !important;
    border-radius: 50%;
}
.range_block .ui-slider .ui-slider-handle:focus{
    outline: none!important;
    background: url(../../images/ecommerce/range_rc_1.png) no-repeat center center;
    border:none !important;
    border-radius: 50%;
}

.range_block input{
    border:none;
    background-color: transparent;
    box-shadow: none;
    outline: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
    width: 100%;
    padding-left: 56px;
}
.range_block input:focus{
    border:none;
    background-color: transparent;
    box-shadow: none;
    outline: 0;
}
.range_block span{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    padding-right: 8px;
    position: absolute;
    left: 30px;
    bottom: 0px;
}

.range_block {
    position: relative;
}

#cart_qn_nm_mobile:empty {
    display: none;
}








.green_banner_header{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    background-color: #92D317;
    position: relative;
}

.top_custom_banner{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 170px 0px 170px;
    position: relative;
    min-height: 60px;
}
.logo_top_green{
    position: absolute;
    left: 0px;
    top: 0px;
}

.green_center_block{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.green_center_block p{
    margin: 15px 0px 0px 0px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.top_banner_link{
    position: absolute;
    right: 0px;
    top: 10px;
}
.top_banner_link ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.top_banner_link ul li{
    float: left;
    display: inline-block;
    position: relative;
}
.top_banner_link ul li a{
    display: block;
    position: relative;
}

.top_banner_link ul li a{
    font-size: 16px;
    color: #191919;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
    font-weight: 700;
    background: none;
    transition: none;
    padding: 0px 5px 0px 5px;
    position: relative;
}
.top_banner_link ul li a img{
    max-width: 100%;
    display: block;
    vertical-align: middle;
}

.top_banner_link .cart_qn_nm {
    right: -4px;
    top: -5px;
}

.top_banner_link ul li{
    margin: 0px 10px 0px 10px;
}
.top_banner_link ul li.top_cart_green a{
    margin-top: 10px;
}
.top_banner_link ul li:last-child{
    margin-right: 0px;
}


.top_banner_link ul li.top_exit a {
    background-color: #004084;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    width: 104px;
    text-align: center;
}



.sb_subcategory h2{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    display: block;
}
.sb_subcategory h2 a{
    color: #000;
    display: block;
    position: relative;
    padding-left: 28px;
    background: url(../../images/ecommerce/check_plus.png) no-repeat left center;
}

.sb_subcategory .category_check_1{
    padding-right: 0px;
}

.category_filter_common ul.subcategory_list_sc{
    display: none;
}


.category_filter_common ul li.sub_category_active h2 a{
    background: url(../../images/ecommerce/check_minus.png) no-repeat left center;
}

.category_filter_common ul li.sub_category_active ul.subcategory_list_sc{
    display: block !important;
}






.pt_page{
    background-color: #fbf3f1;
}

.privacy_policy_wrapper{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 100px 0px;
    background-color: #fbf3f1;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}
.generic_pp_section{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Open Sans', sans-serif;
}

.generic_pp_section h1{
    margin: 0px 0px 10px 0px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    text-transform: uppercase;
    color: #004084;
    letter-spacing: -1.5px;
}
.generic_pp_section h5{
    margin: 0px 0px 50px 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
}

.generic_pp_section p{
    margin: 0px 0px 30px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
.generic_pp_section h2{
    margin: 0px 0px 10px 0px;
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
    color: #000;
}
.generic_pp_section h3{
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
}


.generic_pp_section ul{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 25px 10px;
}
.generic_pp_section ul li{
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    background: url(../../images/ecommerce/black_bullet.png) no-repeat left 8px;
}
.generic_pp_section ul li strong{
    font-weight: 700;
}
.generic_pp_section h1.pp_gap_1{
    margin-bottom: 50px;
}

.generic_pp_section ul.personal_info_list li{
    margin-bottom: 2px;
}

.terms_sc.generic_pp_section h2{
    margin-bottom: 20px;
}














































/*======================================= selectbox 9 ================================*/

.select_block1 .chosen-container{
    width:100% !important;
    margin-bottom: 12px;
}
.select_block1 .chosen-container-single .chosen-single div b{
    background: url(../../images/ecommerce/Forward2.svg) no-repeat center center !important;
    width:24px;
    height:24px;
}
.select_block1 .chosen-container-single .chosen-single div{
    width:24px;
    height:24px;
}
.select_block1 .chosen-container-single .chosen-single{
    height:40px;
    border:1px solid #E7ECF3;
    background:#fff;
    line-height:40px;
    text-align:left;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#000;
    padding:0 0 0 15px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: inset 0 4px 4px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 4px 4px -4px rgba(0,0,0,0.3);
    box-shadow: inset 0 4px 4px -4px rgba(0,0,0,0.3);
    width:100%;
    font-weight:400;
    box-shadow:none;
}
.select_block1 .chosen-container-single .chosen-single::after{
    position:absolute;
    left:0;
    top:0;
    content:'';
    width:100%;
    height:100%;
    border:1px solid #fff;
}

.select_block1 .chosen-container .chosen-results li.highlighted {
    background-color: #f5f5f5;
    background-image:none;
}

.select_block1 .chosen-container .chosen-results li{
    background:none;
    padding-left:15px;
    padding-right:10px;
}
.select_block1 .chosen-container .chosen-drop{
    width:100%
}

.select_block1 .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
}

.select_block1 .chosen-container .chosen-results {
    color: #444;
    padding-left:0px;
}

.select_block1 .chosen-container-single .chosen-drop {
    margin-top: 1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    background-color:#fff;
}
.select_block1 .chosen-container .chosen-results li{
    font-size:14px;
    line-height:20px;
    background-color:#fff;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.select_block1 .chosen-container .chosen-results{
    margin: 0 0px 4px 0;
    background-color:#fff;
}
.select_block1 .chosen-container .chosen-drop{
    border:none;
}


/*======================================= selectbox end ================================*/



.cart_area .product-right h2{
    margin: 0 0 4px;
}
.product_customisations{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 16px;
    margin: 0 0 4px;
}
.pr_item_info .product_customisations{
    font-size: 8px;
    line-height: 11px;
    font-weight: 400;
    color: #000;
    border-top: none;
    margin: 0 0 4px;
}
.cart_area .qn_block_bt {
    display: block;
    margin: 20px 0 0;
}

span.product_tag.selling_fast{
    background: #FCAB10;
}
.secondary_details{
    margin:30px 0 0;
}
.secondary_details h3{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    margin:0 0 20px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #333333;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
    pointer-events: none;
}
.footer_tm_list ul li:last-child{
    padding-right:0;
}


.select_color.gap_select.text__field .option_block {
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
}
.select_color.gap_select.text__field .option_block input[type="text"] {
    padding: 0 15px;
    height: 40px;
    border: 1px solid #E7ECF3;
    border-radius: 4px;
    font-size: 16px;
    color: #000000;
    margin-right: 15px;
    width: 220px;
    max-width: 100%;
}
.select_color.gap_select.text__field .option_block div {
    font-size: 14px;
    color: #000;
    opacity: 0.3;
}

.select_color.gap_select.text__field + .error {
    margin-top: -10px;
}


/*======================================== Responsive Design =============================*/



@media only screen and (max-width: 479px){


    .product_photo a{
        height: 118px;
    }
    .cm_time_date{
        max-width: 250px ;
        padding-left: 15px;
    }

    .cm_time_date{
        padding-left: 15px;
        max-width: 250px;
    }
    .basket_modal_wrapper{
        background-size: 150px;
    }
    #cartConfirm-modal .modal-body {
        padding: 30px 30px 30px 30px;
    }
    .basket_modal_wrapper .modal_tittle {
        max-width: 260px;
    }

    .stepper__item a{
        padding: 15px 0px 0px 40px;
    }
    .stepper__item:first-child a {
        padding-left: 20px;
    }
    .step_inner{
        font-size: 12px;
    }

    .check_submit_btn{
        width: 100%;
        text-align: center;
        background: #004084 url(../../images/ecommerce/submit_arrow.png) no-repeat left 85px center;
        padding-left: 12px;
    }




    .shipping_header_section .container{
        padding-left: 7px;
        padding-right: 7px;
    }
    .sp_tittle{
        padding-left: 22px !important;
    }

    .product-thumb {
        display: none;
    }
    .product-right{
        padding-left: 0px;
    }
    .table>thead>tr>th{
        font-size: 14px;
    }
    .table>tbody>tr>td{
        padding-left:0;
    }
    .table>thead>tr>th{
        padding-left:0px;
    }


    .qt_header{
        padding: 15px 15px 15px 15px;
    }
    .preview_container{
        padding: 15px 15px 15px 15px;
    }
    .pr_contact .media-body h2{
        font-size: 9px;
        line-height: 11px;
    }
    .qt_btn_group a{
        font-size: 9px;
        padding: 0px 6px 0px 6px;
    }



    .footer-custom-list.row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .footer-custom-list .col-xs-5{
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer-custom-list .col-xs-7{
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer-custom-list .col-xs-12{
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer_rs .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .footer_rs .col-xs-3{
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer_rs .col-xs-9{
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer_link_list ul li a span{
        display: none;
    }


    .shipping_banner_rt{
        padding-left: 30px;
    }

    .cart_table .table>tbody>tr>td{
        padding-left: 0px;
    }
    .cart_table .table>thead>tr>th{
        padding-left: 0px;
    }
    .cart_table .table>thead>tr>th{
        font-size: 14px;
    }


    .check_submit_btn{
        background: #004084 url(../../images/ecommerce/submit_arrow.png) no-repeat left 65px center !important;
        padding-left: 12px;
    }
    .check_submit_btn2{
        width: 100%;
    }



}

@media only screen and (max-width: 412px){

    .cm_time_date{
        max-width: 200px;
        padding-left: 15px ;
    }
    div#filter_mobile .filter_content {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
    .mobile_filter_active div.filter_container_mobile{
        width: 326px !important;
    }

    #summary-modal .modal-body {
        padding: 30px 20px 30px 20px;
    }
    .shipping_banner_rt{
        padding-left: 15px;
    }

    #summary_cart-modal .modal-body {
        padding: 30px 20px 30px 20px;
    }


    .stepper__item a{
        padding: 15px 0px 0px 35px !important;
    }
    .stepper__item:first-child a {
        padding-left: 10px !important;
    }
    .step_inner{
        font-size: 10px !important;
    }

    #payment_success-modal .modal-body {
        padding: 40px 20px 45px 20px;
    }
    #payment_success-modal .modal_tittle h2{
        font-size: 20px;
        line-height: 24px;
    }

    .bottom_btn_group ul li{
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 10px;
        width: 100%
    }
    .bottom_btn_group ul li a{
        padding-left: 15px;
        padding-right: 15px;
        display: block;
    }


    .footer_link_list ul li{
        font-size: 14px !important;
    }
    .footer_tittle{
        font-size: 14px !important;
    }

    .product-right h2{
        font-size: 14px;
        line-height: 20px;
    }
    .qn_single{
        width: 60px;
    }
    .item_rm{
        padding-left: 5px;
    }
    .item_rm h3{
        font-size: 11px;
    }

    .summary_tittle{
        font-size: 24px !important;
    }

    .payment_method_wrapper .panel-default>.panel-heading a{
        padding: 10px 15px 10px 80px !important;
    }
    span.card_pht{
        left: 15px;
    }



    .top_banner_link ul li {
        margin: 0px 4px 0px 4px;
    }
    .top_banner_link ul li.top_exit a{
        width: 60px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .top_custom_banner{
        padding: 0px 104px 0px 50px;
    }
    .green_center_block p{
        font-size: 14px;
        margin-top: 8px;
        line-height: 20px;
    }

    .logo_top_green{
        width: 50px;
    }


}

@media only screen and (min-width: 480px) and (max-width:639px) {



    .cm_time_date{
        padding-left: 25px;
        max-width: 270px;
    }
    .basket_modal_wrapper{
        background-size: 200px;
    }
    #cartConfirm-modal .modal-body {
        padding: 30px 30px 30px 30px;
    }
    .basket_modal_wrapper .modal_tittle {
        max-width: 260px;
    }

    .product-thumb{
        display: none;
    }
    .product-right{
        padding-left:0px;
    }

    .stepper__item a{
        padding: 20px 0px 0px 35px;
    }
    .step_inner{
        font-size: 14px;
    }


    .qt_header{
        padding: 15px 15px 15px 15px;
    }
    .preview_container{
        padding: 15px 15px 15px 15px;
    }
    .pr_contact .media-body h2{
        font-size: 9px;
        line-height: 11px;
    }


    .top_banner_link ul li {
        margin: 0px 10px 0px 10px;
    }
    .top_banner_link ul li.top_exit a{
        width: 70px;
    }
    .top_custom_banner{
        padding: 0px 130px 0px 80px;
    }
    .green_center_block p{
        font-size: 14px;
    }





}
@media only screen and (min-width: 640px) and (max-width:767px){


    .cm_time_date{
        padding-left: 25px;
        max-width: 270px;
    }


    .top_banner_link ul li {
        margin: 0px 10px 0px 10px;
    }
    .top_banner_link ul li.top_exit a{
        width: 70px;
    }
    .top_custom_banner{
        padding: 0px 130px 0px 130px;
    }
    .green_center_block p{
        font-size: 14px;
    }




}
@media only screen and (max-width: 767px){

    .container{
        width:100%;
        padding-left: 15px;
        padding-right: 15px;
    }


    .banner_info{
        padding: 0px 10px 0px 30px;
        max-width: 80%;
    }
    .contact_form{
        padding-right: 0px;
    }

    .header .navbar-nav{
        margin-top: 0px;
    }

    .navbar-toggle{
        margin-top:20px;
        margin-right:0px;
        margin-bottom: 10px
    }
    .navbar-nav {
        margin-top: 20px;
        padding-bottom:15px;
    }
    .navbar-right {
        margin: 0px 0 0;
    }
    .navbar-default .navbar-nav > li {
        float:left;
        display:block;
        margin-left:0px;
        width:100%;
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 5px 5px 5px;
    }
    .dropdown-menu{
        padding: 12px 0px 0px 0px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        line-height: 38px;
        padding: 8px 0px 8px 0px;
        border-bottom: 1px solid rgba(255,255,255,.30);

    }


    .dropdown-menu > li > a{
        border-bottom: 1px solid rgba(54,54,54,.25);
        font-size: 16px;
    }

    .dropdown-menu{
        top:100%;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        color:#223761;
        line-height:35px;
    }

    .navbar-default .navbar-toggle{
        border: none;
        background:url(../../images/ecommerce/menu_close.png) no-repeat center center;
    }

    .navbar-default .navbar-toggle.collapsed{
        background:url(../../images/ecommerce/hm_menu.png) no-repeat center center;
    }


    .navbar-default .navbar-toggle .icon-bar{
        background-color:#fff;
    }

    .header .navbar-nav{
        margin-left:0px;
        padding-top: 0px;
    }
    .header .navbar-nav.bottom_menu{
        margin-left:0px;
        padding-top: 0px;
    }
    .navbar-nav .open .dropdown-menu{
        background-color: transparent;
        padding-left:15px;
        padding-right:15px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }


    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
        border-bottom: 1px solid rgba(255,255,255,.30);
    }
    .bottom_menu .dropdown-menu > li > a {
        border-bottom: 1px solid rgba(255,255,255,.30);
    }


    .navbar-default .navbar-nav.bottom_menu > li > a {
        color: #fff;
    }

    .nav.navbar-nav.navbar-right{
        text-align: left;
    }



    .header{
        padding-left: 15px;
        padding-right: 15px;
    }
    .offer_service{
        padding-bottom: 10px;
        padding-top: 50px;
    }
    .offer_content{
        display: block;
        justify-content: none;
    }
    .offer_single{
        width: 100%;
        float: left;
        display: inline-block;
        padding-left: 15px;
        margin-bottom: 40px;
        padding-right: 15px;
    }
    .offer_single .media-body{
        padding-right: 0px;
        max-width: 100%;
    }


    .Curated_collections{
        padding: 50px 15px 20px 15px;
    }
    .single_Curated{
        margin-bottom: 30px;
    }
    .photo_single{
        margin-bottom: 10px;
    }



    .product_section{
        padding: 50px 15px 38px 15px;
    }
    .product_tab_menu{
        width: 100%;
        float: left;
        display: block;
        margin-bottom: 19px;
    }
    .product_tab_menu ul{
        float: left;
    }
    .product_section .section_tittle {
        margin-bottom: 19px;
    }
    .product_top_section{
        padding-top: 36px;
    }
    .product_offer span{
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        margin-right: 5px;
        padding: 0px 3px 0px 3px;
    }
    .single_product{
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px 0px 0px 0px;
    }


    .product_offer_left .product_offer span{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 32px;
    }


    .product_section .tab_content_row .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .product_section .col-xs-6{
        padding-left: 10px;
        padding-right: 10px;
    }
    .product_photo a{
        padding: 6px 0px 6px 0px;
    }
    .product_bottom{
        padding: 10px 0px 12px 0px;
    }
    .product_bottom h3{
        line-height: 18px;
    }
    .product_bottom h5{
        line-height: 14px;
    }


    .partner_section{
        padding: 50px 15px 40px 15px;
    }
    .partner_list ul{
        margin-left: -5px;
        margin-right: -5px;
        display: block;
        justify-content: none;
    }
    .partner_list ul li{
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 50%;
        margin-bottom: 10px;
    }
    .partner_list ul li img{
        width: 100%;
    }

    .footer_top{
        padding: 50px 0px 50px 15px;
    }
    .footer_logo{
        float: left;
        display: inline-block;
        width: auto;
        margin-bottom: 0px;
    }
    .cm_time_date{
        float: left;
        display: inline-block;
    }

    .gap_mobile{
        padding-bottom: 50px;
    }


    .footer-custom-list.row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .footer-custom-list .col-xs-6{
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer-custom-list .col-xs-12{
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer_rs .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .footer_rs .col-xs-3{
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer_rs .col-xs-9{
        padding-left: 5px;
        padding-right: 5px;
    }


    .footer_link_list ul li{
        margin-bottom: 8px;
        line-height: 20px;
    }
    .footer_tm_list ul li{
        padding-left: 0px;
    }
    .ftr_right_block{
        float: left;
    }
    .footer_social_link{
        width: 100%;
        float: left;
        display: block;
        padding-top: 19px;
        padding-bottom: 6px;
    }

    .category_section{
        padding: 50px 15px 20px 15px;
    }
    .subpage_tittle{
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 40px;
    }
    .category_list_single ul li{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .category_list_single{
        margin-bottom: 30px;
    }

    .help_section{
        padding: 50px 15px 50px 15px;
    }
    .contact_left h2{
        font-size: 40px;
        line-height: 40px;
    }
    .contact_left p{
        line-height: 20px;
        margin-bottom: 20px;
    }
    .contact_left{
        margin-bottom: 10px;
        padding-top: 0px;
    }
    .contact_photo{
        width: 100%;
        float: left;
        display: block;
    }
    .contact_photo img{
        width: 100%;
    }



    .pr_filter_right{
        width: 100%;
        float: left;
        display: block;
        margin: 0px -5px 30px -5px;
        padding: 0px 0px 0px 0px;
    }
    .product_listing_wrapper .subpage_tittle {
        margin-bottom: 30px;
    }
    .filter_option_1{
        min-width:50%;
        width: 50%;
        padding: 0px 5px 0px 5px;
    }
    .filter_link_mb{
        width: 50%;
        padding: 0px 5px 0px 5px;
        float: left;
        display: inline-block;
    }
    .filter_link_mb a{
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background:#fff url(../../images/ecommerce/select_arrow.png) no-repeat right 10px center;
        padding-left: 15px;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        border: 1px solid #E7ECF3;
        border-radius: 4px;
    }



    .pagination{
        padding: 0px 26px 0px 26px;
    }


    /*======filter-mobile start======*/


    .mobile_filter_active{
        overflow: hidden;
    }

    .mobile_filter_active div.filter_container_mobile {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        display: block!important;
        width: 374px;
        z-index: 99999;
    }

    div#filter_mobile .filter_content {
        width: 100%;
        background: #C7E5EA;
        float: left;
        padding-left: 45px;
        padding-right: 45px;
        position: relative;
        height: 100%;
        max-height: 100%;
        overflow: auto;
        z-index: 2;
        padding-top: 52px;

    }

    a#filter_hide {
        width: 30px;
        height: 30px;
        position: absolute;
        left: auto;
        display: inline-block;
        z-index: 999;
        top: 20px;
        right: 20px;

    }

    a#filter_hide::before {
        width: 20px;
        height: 2px;
        position: absolute;
        left: 0;
        display: inline-block;
        z-index: 999;
        transform: rotate(45deg);
        top: 12px;
        content: '';
        background: #000;
    }

    a#filter_hide::after {
        width: 20px;
        height: 2px;
        position: absolute;
        left: 0;
        display: inline-block;
        z-index: 999;
        transform: rotate(-45deg);
        top: 12px;
        content: '';
        background: #000;
    }



    .filter_content input[type="checkbox"] {
        display: none;
    }


    /*======filter-mobile end======*/



    .product_listing_wrapper{
        padding: 50px 15px 50px 15px;
    }


    .col-md-5.dts_col {
        padding-right: 15px;
    }

    /*======product slider mobile======*/
    #main-slider{
        border-right: none;
        width: 100%;
        margin-bottom: 10px;
    }
    #carousel-slider2 .slick-slide{
        width: auto;
        float: left;
        display: inline-block;
    }
    #carousel-slider2 {
        float: left;
        height: auto;
        padding: 0px 0;
        position: relative;
        width: 100%;
        display: block;
        margin: 0px 0px 0px 0px;
        overflow: hidden;
        height: 80px;
    }
    #carousel-slider2 img{
        width: 100%;
        border: 1px solid #F2F2F2;
        border-radius: 4px;
    }
    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    .slick-initialized .slick-slide {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
    }
    .slick-initialized .slick-slide{
        border:none;
    }

    #main-slider{
        height: 354px;
    }
    .slick-initialized .slick-slide{
        line-height: 354px;
    }


    .slick-slide.slick-current.slick-active {
        border: none;
    }

    /*======product slider mobile======*/



    .product_description_section{
        padding: 50px 15px 26px 15px;
    }
    .share_dt a span{
        display: none;
    }
    .product_tittle_top h2{
        font-size: 30px;
        line-height: 35px;
    }

    .product_offer_left{
        margin-bottom: 7px;
    }
    .share_dt{
        margin-bottom: 7px;
    }
    .product_info_content{
        padding: 30px 0px 0px 0px;
    }
    .product_info_bottom{
        padding: 30px 0px 0px 0px;
    }

    .details_container_area{
        padding-bottom: 50px;
    }


    .breadcrumb_section .mcs-horizontal-example {
        overflow-x: auto;
        white-space: nowrap;
    }



    .breadcrumb_section .ul{
        padding:0px 0px 0px 0px;
        margin:0;
        background:none;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        margin-bottom: 0;
    }
    .breadcrumb_section ul li{
        display: inline-block;
        padding: 0px 28px 0px 20px;
        background: url(../../images/ecommerce/Arrow_right.svg) no-repeat right center;
        color: #fff;
        font-size: 16px;
    }

    .breadcrumb_section ul li a{
        color:#D2D4DA;
        font-size: 16px;

    }
    .breadcrumb_section .ul li.active{
        color:#fff;
        font-size: 16px;
    }
    .breadcrumb_section ul li::before{
        content: "";
        background: url(../../images/ecommerce/breadcrumb_arrow.png) no-repeat right center;
        position: absolute;
        right: 0px;
        width: 8px;
        height: 8px;
        top: 9px;
        display: none;
    }

    .breadcrumb_section ul li:last-child{
        background:none;
        padding-right: 0px;
        margin-right: 0px;
    }



    .breadcrumb_section .breadcrumb > li + li::before{
        content: "";
    }
    .breadcrumb_section .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
        background-color: transparent;
        margin: 0px;
    }
    .breadcrumb_section .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
        background-color: transparent;
        margin: 0px;
        height: 1px !important;
    }
    .breadcrumb_section .mCSB_scrollTools.mCSB_scrollTools_horizontal{
        height: 1px !important;
    }
    .breadcrumb_section .mCSB_horizontal.mCSB_inside > .mCSB_container{
        margin-bottom: 1px;
    }


    .cart_container{
        padding-right: 0px;
    }
    .cart_area{
        padding: 50px 15px 50px 15px;
    }
    .footer_bottom{
        padding-left: 15px;
        padding-right: 15px;
    }

    .footar_gap .footer{
        padding-bottom: 120px;
    }

    .sp_tittle{
        padding-top: 0px;
        margin-bottom: 30px;
    }
    .shipping_header_section{
        padding: 50px 0px 30px 0px;
    }
    .sp_tittle{
        max-width:100%;
        padding-left: 15px;
    }

    .cart_empty_area{
        padding: 30px 0px 50px 0px;
    }

    .stepper{
        padding-top: 0px;
    }
    .stepper_wrapper{
        margin-bottom: 20px;
    }

    .help_section.submisstion_area{
        padding: 50px 15px 50px 15px;
    }
    .col-md-5.step_content {
        padding-left: 15px;
    }

    .address_half_col{
        width: 100%;
        float: left;
        display: block;
        padding-left: 0px;
        margin-bottom: 40px;
    }
    .address_half_col:last-child{
        margin-bottom: 0px;
    }

    .personal_details_info{
        padding:30px 25px 30px 25px;
    }
    .payment_method_wrapper{
        padding:0px 7px 30px 7px;
        position: relative;
    }
    .pm_custom_col.col-xs-12{ /*padding-left: 0px; padding-right: 0px; border-radius: 4px 4px 0px 0px;*/
    }


    .cart_area.payment_method_area .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .cart_area.payment_method_area .cart_container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .custom_pm_row.row{
        padding-right: 7px;
        padding-left: 7px;
    }


    .payment_method_wrapper .panel-group{
        margin-top: -68px;
    }


    .cart_area.payment_method_area{
        padding-left: 0px;
        padding-right: 0px;
    }

    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 40px 30px 40px 30px;
    }
    .payment_method_tittle{
        margin-bottom: 60px;
        padding-left: 30px;
    }

    .payment_method_area .payment_method_tittle{
        padding-bottom: 68px;
    }

    .subpage_banner{
        height: 80px;
    }


    .step_content.pull-right .stepper_wrapper{
        float: left;
        padding-right: 0;
    }

    .contact_left_col{
        width: 100%;
        float: left;
        display: block;
        height: auto !important;
    }
    .contact_right_col{
        width: 100%;
        float: left;
        display: block;
        height: auto !important;
    }
    .contact_form_wrapper::before{
        display: none;
    }
    .contact_form_wrapper::after{
        display: none;
    }

    .contact_wrapper .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .contact_info_area{
        padding: 60px 30px 60px 30px;
    }
    .contact_form_wrapper{
        padding: 50px 30px 50px 30px;
    }
    .contact_form_wrapper .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact_wrapper{
        padding-top: 50px;
    }
    .cn_tittle_top{
        padding-left: 30px;
        font-size: 40px;
        line-height: 40px;
    }

    .my_accoutn_section_area .product_listing_wrapper {
        padding-left: 15px;
    }
    .my_accoutn_section_area .filter_option_1{
        float: left;
    }

    .my_accoutn_section_area .product_listing_row.row{
        margin-right: -15px;
        margin-left: -15px;
    }
    .my_accoutn_section_area .product_listing_row .col-md-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .my_accoutn_section_area .product_listing_row.row {
        margin-left: -15px;
        margin-right: -15px;
    }


    .accountPage_bg_fav .row.product_listing_row{
        padding-left: 5px;
        padding-right: 5px;
    }


    .current_order_warpper .panel-default>.panel-heading a{
        padding: 20px 30px 20px 30px;
    }
    .order_item_container{
        padding: 40px 30px 40px 30px;
    }
    .order_status{
        position: absolute;
        right: 30px;
        top: 20px;
        border-right: none;
        padding-right: 0px;
    }
    .order_status h3 strong{
        display: none;
    }
    .order_left_tittle{
        width: 100%;
        display: block;
    }
    .order_rt_sc{
        width: 100%;
        float: left;
        display: block;
    }
    .order_date{
        padding-left: 0px;
    }
    .total_price_col_rt{
        width: 100%;
    }
    .pricecol_1{
        max-width: 100%;
        float: left;
        display: block;
        padding-bottom: 20px;
        width: 100%;
    }
    .price_col_2{
        float: right;
        padding-left: 0px;
        display: block;
    }
    .bottom_btn_group{
        padding: 20px 30px 10px 30px;
    }
    .bottom_btn_group ul li{
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 10px;
    }
    .bottom_btn_group ul li a{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-thumb2{
        width: 56px;
    }
    .productrt_info_col{
        padding-left: 12px;
    }


    .current_order_section .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .my_accoutn_section_area.current_order_section .product_listing_wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    .current_order_section .subpage_tittle{
        padding-left: 30px;
    }

    .back_btn{
        padding-left: 30px;
    }
    .order_details_header .order_status{
        right: 0px;
        top: 0px;
    }

    .single_details_price_section .total_price_col_rt{
        max-width: 100%;
        width: 100%;
    }

    .login_half_col{
        width: 100%;
        float: left;
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        height: auto !important;
    }
    .login_content{
        padding: 60px 47px 60px 47px;
    }
    .login_container .back_btn {
        padding-left: 47px;
    }

    .login_photo{
        position: relative;
        left: auto;
        top: auto;
        transform:none;
        width: 100%;
        text-align: center;
        margin-top: -22px;
    }

    .signup_section .login_content{
        padding-left: 47px;
        padding-right: 47px;
    }

    #banner-carousel .carousel-inner{
        height: 381px;
    }
    .banner_block h2{
        font-size: 30px;
        line-height: 35px;
    }
    .banner_block p{
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }
    .book_btn a{
        height: 33px;
        line-height: 33px;
    }
    #banner-carousel .book_btn a{
        height: 33px;
        line-height: 33px;
    }
    #banner-carousel .carousel-inner .item{
        background-position: left center;
    }
    .slider_pg{
        bottom: 25px;
        left: 15px;
    }

    .cm_time_date p span{
        display: none;
    }

    .cart_summary_mobile{
        padding: 0px 35px 0px 35px;
    }


    .payment_method_wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border-top-color: #FBF5F3;
        padding: 40px 30px 40px 30px;
    }

    .pagination-block{
        padding-top: 50px;
    }

    .cart_table .table>tbody>tr>td{
        padding: 30px 10px 30px 10px;
    }

    .payment_method_wrapper .panel-default>.panel-heading a{
        padding-left: 110px;
    }
    .my_accoutn_section_area .checkout_single_block{
        padding-top: 0px;
    }
    .price_col_2 h3 span{
        font-size: 25px;
    }
    .order_status h3 span{
        font-size: 10px;
        line-height: 20px;
    }

    .generic_pp_section h1{
        font-size: 30px;
        line-height: 30px;
    }




}
@media only screen and (min-width: 768px) and (max-width:991px) {
    .container{
        width:750px;
    }

    .navbar-default .navbar-nav > li{
        margin: 0px 0px 0px 0px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 15px;
    }
    .logo{
        padding-right: 5px;
    }

    .offer_service{
        padding-bottom: 34px;
    }
    .offer_content{
        display: block;
        justify-content: none;
    }
    .offer_single{
        width: 50%;
        float: left;
        display: inline-block;
        padding-left: 15px;
        margin-bottom: 40px;
    }
    .offer_single .media-body{
        padding-right: 0px;
    }

    .partner_list ul{
        margin-left: -10px;
        margin-right: -10px;
    }
    .partner_list ul li{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .filter_option_1{
        min-width: 240px;
    }

    .similar_product_section .row.similar_row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .similar_product_section .row.similar_row .col-md-3{
        padding-right: 15px;
        padding-left: 15px;
    }

    .cart_container{
        padding-right: 15px;
    }
    .product-thumb{
        width: 60px;
    }
    .product-right h2{
        font-size: 14px;
        line-height: 20px;
    }
    .table>thead>tr>th{
        font-size: 16px;
    }
    .qn_single{
        width: 75px;
    }

    .summery_block{
        padding: 40px 15px 40px 15px;
    }

    .btn_blue a{
        font-size: 14px;
    }
    .btn_blue_border a{
        font-size: 14px;
    }
    .ques_option a{
        font-size: 14px;
    }


    .shipping_banner_rt{
        padding-left: 15px;
        padding-right: 80px;
    }
    .sp_btn_bg{
        width: 80px;
    }
    .sp_tittle{
        font-size: 30px;
        line-height: 30px;
    }

    .summary_tittle{
        font-size: 20px;
    }
    a.edit_cart{
        font-size: 14px;
        padding-left: 25px;
    }
    .cart_edit_rt.summary_tittle{
        padding-right: 102px;
    }
    .item_dsp_col h3{
        font-size: 14px;
        line-height: 20px;
    }
    .item_price_rt{
        font-size: 14px;
    }



    .step_content.col-md-5{
        padding-left: 0px;
        padding-right: 0px;
    }
    .step_inner{
        font-size: 10px;
    }
    .stepper__item a{
        padding: 20px 0px 0px 25px;
    }
    .stepper__item:first-child a {
        padding-left: 15px;
    }

    .contact_info_area{
        padding: 60px 15px 60px 15px;
    }
    .cn_tittle_top{
        font-size: 40px;
        line-height: 40px;
    }

    .my_accoutn_section_area .product_listing_wrapper {
        padding-left: 15px;
    }

    .subpage_tittle{
        font-size: 40px;
        line-height: 40px;
    }
    .my_accoutn_section_area .filter_option_1 {
        min-width: 200px;
    }
    .fav_gap {
        padding-top: 40px;
    }

    .my_accoutn_section_area .product_listing_row .col-md-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .my_accoutn_section_area .product_listing_row.row {
        margin-left: -10px;
        margin-right: -10px;
    }



    .current_order_warpper .panel-default>.panel-heading a{
        padding: 20px 30px 20px 30px;
    }
    .order_item_container{
        padding: 40px 30px 40px 30px;
    }
    .order_status{
        position: absolute;
        right: 30px;
        top: 20px;
        border-right: none;
        padding-right: 0px;
    }
    .order_status h3 strong{
        display: none;
    }
    .order_left_tittle{
        width: 100%;
        display: block;
    }
    .order_rt_sc{
        width: 100%;
        float: left;
        display: block;
    }
    .order_date{
        padding-left: 0px;
    }
    .total_price_col_rt{
        width: 100%;
    }
    .pricecol_1{
        max-width: 100%;
        float: left;
        display: block;
        padding-bottom: 20px;
        width: 100%;
    }
    .price_col_2{
        float: right;
        padding-left: 0px;
        display: block;
    }
    .bottom_btn_group{
        padding: 20px 30px 10px 30px;
    }
    .bottom_btn_group ul li{
        margin-bottom: 10px;
    }

    .order_details_header .order_status{
        right: 0px;
        top: 0px;
    }

    .login_content{
        padding: 60px 50px 60px 50px;
    }
    .signup_section .login_content{
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer_link_list ul li{
        font-size: 14px;
        line-height: 20px;
    }
    .footer_tittle{
        font-size: 14px;
        line-height: 20px;
    }

    .db_btn_1{
        font-size: 13px;
    }


    .shop_menu .dropdown-menu{
        min-width: 680px;
        padding: 60px 20px 60px 20px;
        left: -19px;
    }
    .dropdown-menu li .row .col-xs-12:nth-child(3n+1){
        clear:both;
    }

    .photo_ct_row.row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .category_photo_sc{
        padding-left: 10px;
        padding-right: 10px;
    }
    .category_photo_sc h3{
        font-size: 14px;
    }

    .generic_pp_section h1{
        font-size: 30px;
        line-height: 30px;
    }


}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .container{
        width:970px;
    }

    .offer_single .media-left img {
        width: 60px;
    }
    .offer_single .media-body{
        padding-left: 0px;
    }
    .offer_single .media-body h3{
        font-size: 14px;
    }
    .offer_single .media-body p{
        font-size: 14px;
        line-height: 20px;
    }

    .partner_list ul{
        margin-left: -10px;
        margin-right: -10px;
    }
    .partner_list ul li{
        padding-left: 10px;
        padding-right: 10px;
    }


    .cart_container{
        padding-right: 15px;
    }
    .summery_block{
        padding: 40px 20px 40px 20px;
    }

    .shipping_banner_rt{
        padding-left: 15px;
    }
    .sp_tittle{
        font-size: 38px;
        line-height: 38px;
    }

    .summary_tittle{
        font-size: 24px;
    }

    .step_content.col-md-5{
        padding-left: 0px;
        padding-right: 0px;
    }
    .step_inner{
        font-size: 13px;
    }
    .stepper__item a{
        padding: 20px 5px 0px 28px;
    }

    .contact_info_area{
        padding: 60px 30px 60px 40px;
    }

    .my_accoutn_section_area .product_listing_wrapper {
        padding-left: 30px;
    }


    .login_content{
        padding: 60px 50px 60px 50px;
    }
    .signup_section .login_content{
        padding-left: 30px;
        padding-right: 30px;
    }

    .shop_menu .dropdown-menu{
        min-width: 880px;
        padding: 60px 20px 60px 20px;
        left: -19px;
    }
    .shop_menu_ct h3{
        font-size: 15px;
    }



}
@media only screen and (min-width: 1200px)  and (max-width: 1399px){
    .container{
        width:1180px;
    }

    .shop_menu .dropdown-menu{
        min-width: 1100px;
    }




}
@media only screen and (min-width: 1400px)  and (max-width: 1599px){



}



@media only screen and (min-width: 992px){
    .dropdown-menu li .row .col-xs-12:nth-child(5n+1){
        clear:both;
    }
    .shop_menu .col-md-3{
        width: 20%;
    }
}

@media only screen and (min-width: 1200px){

}


li.dropdown.shop_menu .dropdown-toggle:before {
    display: none;
}

.product_section .tab-content .col-xs-6.col-sm-6.col-md-3:nth-child(4n+1) {
    clear: both;
}

@media only screen and (max-width: 991px) {
    .product_section .tab-content .col-xs-6.col-sm-6.col-md-3:nth-child(2n+1) {
        clear: both;
    }
}