
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    scroll-behavior: smooth;
}

.clickbtn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    color: #000;
    width: 40px;
    height: 40px;
    background-color: #f36b20;
    border: none;
    z-index: 999;
}

.preloder{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffff;
    display: grid;
    align-items: center;
    align-content: center;
    z-index: 999999;
    justify-content: space-evenly;
}

/* -------------------- upper-section ---------------- */
.upper_section{
    background-color: #fef7f6;
    float: left;
}

.contact ul{
    list-style-type: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact ul li{
    display: inline-block;
    margin-right: 30px;
}
.contact ul li a{
    text-decoration: none;
    color: #010101;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: all 0.5s;
}
.contact ul li a:hover{
    color: #f36b20;
}

.setting ul{
    list-style-type: none;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: right;
}

.setting ul li{
    display: inline-block;
    margin-right: 20px;
}
.setting ul li a{
    text-decoration: none;
    color: #010101;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: all 0.5s;
}
.setting ul li a:hover{
    color: #f36b20;
}

/* ------------------ nav-section ----------------- */
.skicky{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
.nav_section{
    background-color: #ffffff;
    box-shadow: 5px 6px 18px #888888;
}

.nav-padding li{
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav_icon{
    font-size: 18px;
    color: #010101;
}

.nav-item a{
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: all 0.5s;
}

.nav-item a:hover{
    color: #f36b20;
}

.nav-link{
    padding-left: 20px !important;
}

.product_key{
    font-size: 20px;
    padding-left: 5px;
}

.contact_nav{
    margin-right: 60px;
}


/*------------------ display_nav_hide/show --------------*/
.another_icon_position{
    top: 36px;
    left: 27%;
    display: none;
}
.another_icon_position ul{
    list-style: none;
    margin-bottom: 0px;
}
.another_icon_position ul li{
    display: inline-block;
}
.another_icon_position ul li a{
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-left: 20px;
}




/* -------------down-nav---------- */
.down-nav{
    background-color: #fff;
    width: 14%;
    top: -500%;
    left: 52%;
    z-index: 9;
    transition: all 0.5s;
}
.down-nav ul{
    list-style-type: none;
}
.down-nav ul li{
    display: block;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.down-nav ul li a{
    text-decoration: none;
    font-size: 17px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: all 0.5s;
}
.down-nav ul li a:hover{
    text-decoration: none;
    color: #f36b20;
}
.main-nav ul li:hover .down-nav{
    top: 100%;
}


/* ----------------------banner-section--------------------- */
.banner{
    background-image: url(../images/banner-img-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    height: auto;
}

.collection-content p{
    font-size: 22px;
    color: 454544;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding-top: 230px;
    margin-bottom: 0px;
}
.collection-content h2{
    font-size: 58px;
    color: 454544;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-top: 27px;
}

.collection-btn a{
    font-size: 17px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background-color: #f36b20;
    padding: 15px 40px;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s;
}
.collection-btn a:hover{
    text-decoration: none;
    background-color: #fff;
    color: #000000;
}


.model{
    padding-top: 40px;
}

.carousel .main_slider_prv {
    color: #ffff;
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 47%;
    left: 40px;
    opacity: 1;
}

.carousel .main_slider-nxt {
    color: #ffff;
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 47%;
    right: 40px;
    left: auto;
    opacity: 1;
}

.left-key i{
    font-size: 45px;
}
.right-key i{
    font-size: 45px;
}


.clear-fix{
    clear: both;
}

/* -------------------- featured product section ----------------- */
.fea_section{
    float: left;
    background-color: #ffff;
}

.fea_header h1{
    font-size: 36px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding-top: 56px;
}

.featured_content{
    margin-top: 60px;
}
/* --------position-relative-absolute-section----------- */
.product_view{
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    overflow: hidden;
}

.product_view ul{
    list-style-type: none;
    position: absolute;
    bottom: -60px;
    left: 0px;
    width: 100%;
    transition: all 0.5s;
}

.product_view ul li{
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.product_view ul li a{
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    padding: 15px 17px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.5s;
}
.product_view ul li a:hover{
    background-color: #f36b20;
    color: #fff; 
}

.featured-img:hover .product_view ul{
    bottom: 13%;
}

/* --------end-position-relative-absolute-section----------- */

.fea_head{
    font-size: 18px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 21px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s;
}
.fea_head:hover{
    color: #f36b20;
    text-decoration: none;
}


.fea_content ul{
    list-style-type: none;
    margin-bottom: 0px;
    padding-top: 9px;
}
.fea_content ul li{
    display: inline-block;
}
.fea_content ul li a{
    color: #ff8700;
    text-decoration: none;
}

.fea_rs{
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    padding-top: 9px;
    padding-bottom: 53px;
    transition: all 0.4s;
}
.fea_rs:hover{
    color: #f36b20;
    text-decoration: none;
}

/* ------------ ALL WOMEN’S COLLECTION -------------- */
.women_collection{
    background-image: url(../images/banner-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    height: auto;
}

.women-collection-content{
    width: 50%;
    float: left;
}

.women-collection-content p{
    font-size: 67px;
    color: #000000;
    font-family: 'Dancing Script', cursive;
    font-weight: 500;
    padding-top: 140px;
    margin-bottom: 0px;
}
.women-collection-content h3{
    font-size: 38px;
    color: #514f4f;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 20px;
}
.women-collection-content a{
    font-size: 17px;
    color: #ffff;
    padding: 15px 40px;
    background-color: #f36b20;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 120px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    transition: all 0.4s;
}
.women-collection-content a:hover{
    background-color: #fff;
    text-decoration: none;
    color: #000000;
}

.slider .slider-btn{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #514f4f;
    margin-right: 7px;
    margin-left: 7px;
}

/* -------------- MOST-POPULAR-SECTION ------------ */
.most-popular{
    background-color: #fff;
    width: 100%;
}

.most-popular-header h1{
    font-size: 36px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 50px;
}

.item_view{
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    overflow: hidden;
}
.item_view ul{
    list-style-type: none;
    position: absolute;
    bottom: -60px;
    left: 0px;
    width: 100%;
    transition: all 0.5s;
}

.item_view ul li{
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}
.item_view ul li a{
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    padding: 15px 17px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.5s;
}
.item_view ul li a:hover{
    background-color: #f36b20;
    color: #fff;
}
.popular-img:hover .item_view ul{
    bottom: 15%;
}
.tending-img:hover .item_view ul{
    bottom: 15%;
}

/* -------------------SERVICE-SECTION----------------- */
.service{
    background-color: #ffff;
    width: 100%;
}

.service_content{
    margin-top: 70px;
}

.service-item{
    border: 2px solid #000;
    transition: all 0.5s;
}

.service-item img{
    padding-top: 20px;
}
.service-item a{
    text-decoration: none;
    display: block;
    font-size: 17px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 25px;
    transition: all 0.5s;
}
.service-item a:hover{
    text-decoration: none;
    color: #fff;
}

.service-item p{
    font-size: 17px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 10px;
    margin-bottom: 50px;
}

.service-item:hover{
    background-color: rgba(243, 107, 32, 0.8);
    border: 2px solid #f36b20;
}
.service-item:hover img{
    filter: brightness(0) invert(1);
}
.service-item:hover p{
    color: #fff;
}



/* ------------- TENDING-PRODUCT-SECTION ------------ */
.tending{
    background-color: #fff;
    width: 100%;
}

.tending_head h1{
    font-size: 36px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding-top: 122px;
}

.tending_product_row_1{
    padding-top: 68px;
}

/* ---------------- SHOPPING.COM-BLOG ------------------- */
.blog{
    background-color: #fff;
    width: 100%;
}

.blog_head h1{
    font-size: 36px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding-top: 50px;
}

.blog-row{
    padding-top: 65px;
}

.blog_content{
    text-align: left;
}

.blog_content a{
    text-decoration: none;
    font-size: 17px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 25px;
    display: inline-block;
    transition: all 0.5s;
}
.blog_content a:hover{
    color: #f36b20;
    text-decoration: none;
}

.blog_content p{
    font-size: 16px;
    color: #f36b20;
    padding-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


/* ---------------- FOLLOW US-SECTION --------------- */
.follow_us{
    background-color: #fff;
    width: 100%;
}

.follow-head h1{
    font-size: 36px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding-top: 70px;
}

.follow-row{
    margin-top: 40px;
    margin-bottom: 110px;
}
.flw-img{
    overflow: hidden;
}
.icon_flw_us{
    bottom: -600px;
    left: 0%;
    width: 100%;
    background-color: rgba(243, 107, 32, 0.6);
    height: 100%;
    transition: all 0.5s;
}
.icon_flw_us a i{
    font-size: 40px;
    color: #fff;
    margin-top: 41%;
}
.flw-img:hover .icon_flw_us{
    bottom: 0%;
}

.img-fluid-2{
    width: 100%;
    height: 100%;
}

/* ------------- FOOTER-SECTION ----------------- */
.footer-section{
    background-color: #e9e2d8;
    width: 100%;
}

.footer_content{
    padding-top: 80px;
}

.useful p{
    color: #000;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.useful ul{
    list-style-type: none;
}
.useful ul li{
    padding-top: 10px;
}
.useful ul li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: all 0.5s;
}
.useful ul li a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}

.shopping{
    padding-top: 70px;
}
.shopping p{
    font-size: 17px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.shopping ul{
    list-style-type: none;
    padding-top: 10px;
}
.shopping ul li{
    display: inline-block;
}

.shopping ul li a{
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
}
.amazon-ico{
    padding: 10px 10px;
    background-color: #fff;
    font-family: 16px;
    color: #000;
    transition: all 0.5s;
}
.amazon-ico:hover{
    color: #fff;
    background-color: #f36b20;
}
.linkdin-ico{
    padding: 10px 12px;
    background-color: #fff;
    font-family: 16px;
    color: #000;
    transition: all 0.5s;
}
.linkdin-ico:hover{
    color: #fff;
    background-color: #f36b20;
}
.facebook-ico{
    padding: 10px 14px;
    background-color: #fff;
    font-family: 16px;
    color: #000;
    transition: all 0.5s;
}
.facebook-ico:hover{
    color: #fff;
    background-color: #f36b20;
}
.google-ico{
    padding: 10px 12px;
    background-color: #fff;
    font-family: 16px;
    color: #000;
    transition: all 0.5s;
}
.google-ico:hover{
    color: #fff;
    background-color: #f36b20;
}

.ftr-logo{
    padding-top: 20px;
}

.copy-txt p{
    padding-top: 70px;
    padding-bottom: 25px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #514f4f;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}




/* =================model-section ============*/
.sarch_form .search_product_input{
    width: 85%;
    height: 55px;
    padding-left: 10px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000;
    outline: none;
    margin-top: 10px;
}
.search_product_input::placeholder{
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.sarch_btn{
    width: 140px;
    height: 50px;
    background-color: #f36b20;
    border: 2px solid #f36b20;
    color: #fff;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
    border: none;
    transition: all 0.5s;
}
.sarch_btn:hover{
    background-color: #fff;
    color: #000;
    border: 2px solid #f36b20;
}
.model_head{
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}


/* ================================SHOPPING LOGIN PAGE============================ */
/* ------------login-section--------- */
.contact_sec{
    /* background-image: url(../images/banner-img-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #fff;
    width: 100%;
    float: left;
    height: auto;
}

.contact-head h1{
    font-size: 36px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding-top: 40px;
    margin-bottom: 0px;
}

.map-area{
    height: 300px;
    width: 75%;
    margin:40px auto;
}

.map-area iframe{
    width: 100%;
    height: 100%;
}

.input_txt{
    width: 75%;
    height: 65px;
    background-color: transparent;
    border: 2px solid #000000;
    outline: none;
    font-size: 17px;
    color: #000;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 50px;
}

.input_txt::placeholder{
    font: 17px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.cmnt{
    width: 75%;
    height: 120px;
    background-color: transparent;
    border: 2px solid #000000;
    outline: none;
    font-size: 17px;
    color: #000;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 50px;
}

.cmnt::placeholder{
    font: 17px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.send_btn_contact{
    width: 192px;
    height: 52px;
    background-color: #f36b20;
    outline: none;
    border: none;
    font-size: 18px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 76px;
    margin-bottom: 40px;
    transition: all 0.5s;
}

.send_btn_contact:hover{
    background-color: #ffff;
    border: 2px solid #f36b20;
}

/* ---------------------------end-contact-------------------------- */




/* =============================LOGIN-SECTION=========================== */

.login_portion{
    background-image: url(../images/banner-img-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    height: auto;
}

.login-head h1{
    font-size: 36px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0px;
}

#js_tab ul{
    border-bottom: none;
}

.list_item_js_tab{
    margin-left: 25px;
    margin-right: 25px;
}

#js_tab ul li .login_btn{
    background-color: transparent;
    font-size: 17px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: none;
    border-radius: 0px;
    padding-left: 0px !important;
    padding: 0px;
}
#js_tab ul li .sign_up_btn{
    background-color: transparent;
    font-size: 17px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: none;
    border-radius: 0px;
    padding-left: 0px !important;
    padding: 0px;
}

#js_tab ul li .login_btn:hover{
    border-bottom: 2px solid #000;
}
#js_tab ul li .sign_up_btn:hover{
    border-bottom: 2px solid #000;
}
#js_tab ul li .active{
    border-bottom: 2px solid #000;
}

/* ----tabs---- */
.input_area input{
    background-color: transparent;
    width: 75%;
    height: 65px;
    border: 2px solid #fff;
    outline: none;
    margin-top: 48px;
    padding-left: 10px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.input_area input::placeholder{
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.rem_tc_apply{
    padding-top: 42px;
    padding-bottom: 25px;
}

.remember{
    padding-right: 20px;
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-left: 5px;
}
.tandcapply{
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-left: 5px;
}

.login_form_btn{
    width: 156px;
    height: 48px;
    background-color: #f36b20;
    color: #ffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: none;
    margin-bottom: 40px;
    transition: all 0.5s;
    font-size: 17px;
}
.login_form_btn:hover{
    background-color: #fff;
    color: #000;
}

.form_down_content a{
    text-decoration: underline;
    text-underline-offset: 7px;
    color: #000;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.form_down_content a:hover{
    text-decoration: underline;
    text-underline-offset: 7px;
    color: #000000;
}

.form_down_content p{
    font-size: 17px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 30px;
}
.login_with_icon ul{
    list-style-type: none;
    margin-bottom: 50px;
}
.login_with_icon ul li{
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
}

.log_email{
    padding: 10px 10px;
    background-color: #000;
    color: #fff;
    font-size: 17px;
    border-radius: 50%;
    text-decoration: none;
}
.log_email:hover{
    text-decoration: none;
}
.log_facebook{
    padding: 10px 13px;
    background-color: #000;
    color: #fff;
    font-size: 17px;
    border-radius: 50%;
    text-decoration: none;
}
.log_facebook:hover{
    text-decoration: none;
}
/* ---------------------------end-login-------------------------- */


/* =======================service-section ======================= */
.service_head h1{
    font-size: 36px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 90px;
}
.inner_col{
    border: 2px solid #000;
}

.inner_col img{
    padding-top: 35px;
    padding-bottom: 25px;
}
.inner_col h4{
    font-size: 23px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-bottom: 30px;
}
.inner_col p{
    font-size: 17px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.margin_row{
    margin-top: 90px;
}
.service_inner_content{
    margin-bottom: 120px;
}
/* ---------------------------end-service-------------------------- */


/* ======================TENDING-PRODUCT-SECTION======================== */
.tending_header_inner{
    padding-top: 80px !important;
}

.inner_tending_1{
    padding-top: 0px !important;
}



/* ==========================FEATURED-CONTENT-SECTION========================= */

.inner_featured_content{
    margin-top: 0px !important;
}


/* ==========================BLOG-SECTION========================= */
.blog_inner_content {
    padding-top: 50px;
}
.blg_hd{
    font-size: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 35px;
    margin-bottom: 0px;
}
.blg_date{
    font-size: 17px;
    color: #f36b20;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-bottom: 35px;
    margin-bottom: 0px;
}
.blg_para{
    font-size: 17px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 25px;
}
.blog_inner_margin{
    margin-bottom: 70px;
}



/* ======================PRODUCT-DEETAILS-SECTION==================== */
.shopping_product_inner_details h1{
 font-size: 20px;
 color: #000;
 font-family: 'Roboto', sans-serif;
 font-weight: 500;
 margin-bottom: 10px;
 padding-bottom: 0px;
}
.shopping_product_inner_details ul{
    list-style-type: none;
    margin-bottom: 10px;
}
.shopping_product_inner_details ul li{
    display: inline-block;
}
.shopping_product_inner_details ul li a{
    color: #000;
    text-decoration: none;
    font-size: 15px;
}
.pruduct_inner_rs{
    font-size: 18px;
    color: #f36b20;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
.pruduct_inner_size{
    font-size: 17px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.offers_product h5{
    font-size: 17px;
    color: #000;
}

.offers_product ul{
    list-style-type: none;
}
.offers_product ul li{
    display: block;
    font-size: 15px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-bottom: 6px;
}
.offers_product ul li a{
    text-decoration: none;
    color: #f36b20;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-left: 5px;
}
.product_inner_btn .buy_inner_btn{
    font-size: 17px;
    color: #fff;
    padding: 10px 30px;
    background-color: #f36b20;
    display: inline-block;
    margin-right: 25px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 2px solid #f36b20;
    transition: all 0.5s;
}
.product_inner_btn .buy_inner_btn:hover{
    color: #000;
    background-color: #ffff;
    border: 2px solid #f36b20;
}

.product_inner_btn .add_cart{
    font-size: 17px;
    color: #fff;
    padding: 10px 20px;
    background-color: #f36b20;
    display: inline-block;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 2px solid #f36b20;
    transition: all 0.5s;
}
.product_inner_btn .add_cart:hover{
    color: #000;
    background-color: #ffff;
    border: 2px solid #f36b20;
}
.product_inner_details {
    margin-top: 50px;
    margin-bottom: 80px;
}

/* -------------------------end-product-details ---------------------*/


/* ===============FORM-JS-CSS============= */
.error_txt{
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}


/* ================ cart-section ================== */
.cart_1{
    margin-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
