/*------------common css------------*/
html {
    -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.clr {
    clear: both;
}

img {
    max-width: 100%;
    border: none;
}

.mrg_bot_5 {
    margin-bottom: 5px;
}

.mrg_bot_10 {
    margin-bottom: 10px;
}

.mrg_bot_15 {
    margin-bottom: 15px;
}

.mrg_bot_20 {
    margin-bottom: 20px;
}

.mrg_bot_25 {
    margin-bottom: 25px;
}

.mrg_bot_30 {
    margin-bottom: 30px;
}

.full-wrap {
    clear: both;
    padding: 30px 0;
}

.btn_height {
    height: 17px;
    width: 100%;
}

.border_none {
    margin: 0 !important;
    border: none !important;
}

/*--------------End Common css------------------*/
.announcement {
    background: #37a9fd;
    padding: 13px;
    text-align: center;
    color: #fff;
}
.announcement p {
    margin-bottom: 0;
    font-size: 16px;
}
.announcement p a {
    color: #222;
}
header {
    background: url(../notebook-images/header_2.png);
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

header::before {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

header .logo {
    width: 25%;
    float: left;
    margin-top: 10px;
}

.header_info {
    width: 63%;
    float: left;
    text-align: center;
    color: #fff;
    margin-top: 22px;
}

.head_right span {
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin-top: 5px;
}

.head_right {
    font-size: 40px;
    font-weight: 600;
    line-height: 33px;
}

.sec_info_head {
    width: 12%;
    float: right;
    text-align: center;
}

.sec_info_head img {
    width: 130px;
    margin-bottom: 5px;
}

.sec_info_head .h_mob img {
    width: 22px;
    position: relative;
    vertical-align: top;
    top: 5px;
    margin-right: 8px;
}

.sec_info_head .h_mob a {
    color: #fff;
    font-size: 17px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;
}

.main-menu {
    background: #C30;
    height: 45px;
    line-height: 44px;
    margin-top: 8px;
}

.main-menu ul li {
    float: left;
    font-size: 16px;
}

.main-menu ul li:last-child {
    padding: 0;
}

.main-menu ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0 8px 0 7px;
    display: block;
    height: 45px;
}

.active {
    background-color: #ffffff;
}

.main-menu ul .active a {
    color: #000;
}

.planner_refills {
    margin: 40px 0;
}

.cantant {
    font-size: 27px;
    text-align: center;
    color: #CC3300;
    line-height: 30px;
}

.heading h1 {
    font-size: 30px;
    text-align: center;
    line-height: 35px;
    margin-top: 30px;
}

.heading h1 a {
    font-weight: 600;
    text-decoration: underline;
    padding: 0 5px;
    color: #222;
}

.heading h1 a:hover {
    color: #CC3300;
}

.cantant_text {
    margin-top: 15px;
}

.cantant_text .text_ti2 {
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 600;
}

.cantant_text p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 4px;
    color: #656565;
    line-height: 25px;
}

.cantant_text .po2 {
    color: #CC3300;
}

.cantant_text .po1 {
    font-size: 14px;
}

.cantant_text .po1 a {
    color: #222;
    text-decoration: underline;
}

.planner_refills .item_tittel {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.planner_refills .item_tittel:last-child {
    border: none;
    padding-bottom: 10px;
}

.planner_pag .item_tittel .item_box {
    text-align: center;
    border: 1px solid #e9e4e4;
    background: #5D2F1F;
    color: #fff;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.planner_pag .item_tittel .item_box:hover {
    background: #AA5E15;
    border: 1px solid #AA5E15;
}

.planner_pag .item_tittel .item_box .pord_img {
    background: #fff;
    padding: 15px;
}

.planner_pag .item_tittel .item_box .pord_img img {
    height: 175px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding: 10px;
}

.planner_pag .item_tittel .item_box .pord_img img:hover {
    transform: scale(1.1);
}

.planner_pag .item_tittel .item_box.sec .pord_img img {
    height: 273px;
}

.planner_pag .item_tittel .item_box.pt2 .pord_img img {
    height: auto;
}

.planner_pag .item_box .text {
    padding: 15px 15px 15px 15px;
    font-weight: 600;
}

.planner_pag .item_box .text a {
    color: #fff;
}

.planner_pag .item_tittel .text_tittel .item_name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.planner_pag .item_tittel .text_tittel {
    font-size: 16px;
}

.planner_pag .item_tittel .text_tittel .price span {
    color: #CC3300;
}

.planner_pag .item_tittel .text_tittel .size {
    margin-bottom: 8px;
    color: #C30;
}

.planner_pag .item_tittel .text_tittel .price {
    margin-bottom: 8px;
}

.planner_pag .item_tittel .text_tittel .item_po3 {
    margin-bottom: 8px;
    font-weight: 600;
}

.planner_pag .item_tittel .text_tittel p {
    color: #656565;
    margin-bottom: 8px;
}

.planner_pag .form_tittel {
    margin-top: 20px;
}

.form-control.my_input {
    float: left;
    width: 120px;
    text-align: center;
}

label {
    display: block;
    color: #b22222;
    font-weight: normal;
    margin-bottom: 8px;
}

.submit_btn {
    background:
    #AA5E15;
    padding: 11px 30px;
    color:#fff;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    
}

.viewcart_btn {
    background: #AA5E15;
    border: none;
    padding: 11px 30px;
    color: #fff;
    margin-left: 15px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.submit_btn:hover {
    background: #C30;
    color: #fff;
}

.viewcart_btn:hover {
    background: #C30;
}

.heading h2 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 12px 0;
    color: #CC3300;
    display: inline-block;
    width: 100%;
    line-height: normal;
}

.heading h5 {
    font-size: 25px;
    text-align: center;
    margin: 30px 0 12px 0;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    color: #CC3300;
}

.heading.sec {
    text-align: center;
    font-size: 25px;
    color: #CC3300;
    font-weight: 600;
    margin: 30px 0 12px 0;
}

.planner_pag .form_tittel.po1 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.planner_pag .form_tittel p {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 600;
}

.planner_pag .item_tittel .pord_text p {
    font-size: 18px;
    margin-top: 15px;
    color: #5D2F1F;
    font-weight: 600;
    margin-bottom: 8px;
}

.planner_pag .item_tittel .pord_text .item_ph {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.planner_pag .item_tittel .pord_text a {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
}

.planner_pag .item_tittel .pord_text .price {
    font-size: 16px;
}

.planner_pag .item_tittel .pord_text .price span {
    color: #CC3300;
}

.centered .item-img {
    background: #fff;
    width: 30%;
    margin: 15px 12px 0px 0;
    text-align: center;
    float: left;
    box-shadow: 0 0 8px 0 #ccc;
    -moz-box-shadow: 0 0 8px 0 #ccc;
    -webkit-box-shadow: 0 0 8px 0 #ccc;
}
.centered .item-img:last-child {
    margin-right: 0;
}

.planner_pag .item_tittel .centered img {
    transition: all 0.4s ease-in-out;
    padding: 10px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.planner_pag .item_tittel .centered img:hover {
    transform: scale(1.1);
}

.planner_pag .item_tittel .centered p {
    text-align: center;
    font-size: 14px;
    background: #5D2F1F;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 0;
}

.planner_pag .item_tittel .centered p a {
    color: #fff;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.planner_pag .item_tittel .centered_pr2 ul li {
    line-height: 28px;
    color: #AA5E15;
    list-style: disc;
    margin-left: 15px;
}

.centered_pr2 p {
    font-size: 18px;
    margin-bottom: 5px;
}

.item_tittel.sec .form-group.input_width.input_width_1 {
    margin-bottom: 0;
}

.item_tittel.sec .form-group.input_width.input_width_1.form {
    margin-bottom: 12px;
}

.section {
    background: #5D2F1F;
    color: #fff;
    padding: 40px 0 25px 0;
}

.section .container {
    width: 1480px;
}

.section.link .container {
    width: 1200px;
}

.section .item_pord h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.inner_img ul li {
    float: left;
    margin-right: 15px;
    height: 75px;
    font-size: 16px;
    line-height: normal;
}

.section .inner_pag ul li {
    font-size: 14px;
    font-weight: 600;
}

.section .inner_pag ul li a {
    padding-bottom: 14px;
    display: inline-block;
    color: #fff;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.section .inner_pag ul li a:hover {
    padding-left: 8px;
    color: #F5A960;
}

.section .item_pord ul li a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 5px;
    display: block;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    display: inline-block;
}

.section .item_pord ul li a:hover {
    padding-left: 8px;
    color: #F5A960;
}

.section .item_pord ul li {
    margin-left: 15px;
}

.section .item_pord ul li::before {
    background: url(../notebook-images/icon-text.png);
    content: "";
    width: 6px;
    height: 11px;
    position: absolute;
    left: 15px;
    margin-top: 6px;
}

.inner_img img {
    width: 130px;
}

.inner_img ul li span {
    display: block;
}

.inner_img ul li a {
    color: #EF831C;
    text-decoration: underline;
}

.section .inner_pag ul li::before {
    background: url(../notebook-images/icon-text.png);
    content: "";
    width: 6px;
    height: 11px;
    position: absolute;
    left: 0px;
    margin-top: 4px;
}

.planner_pag.sec .item_tittel .item_box .price {
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    background: #AA5E15;
    border: 1px solid #AA5E15;
}

.planner_pag.sec .item_tittel .text_tittel.pag .item_name {
    font-size: 22px;
    margin-bottom: 15px;
}

.planner_pag.sec .item_tittel {
    border-bottom: none;
    padding-bottom: 0;
}

.text_tittel.pag .centered_pr2 p {
    font-size: 18px;
    color: #C30;
    margin: 10px 0;
}

.planner_pag .form_tittel.po1 p {
    font-weight: normal;
    color: #656565;
}

.planner_pag .form_tittel.po1 .cutsm {
    color: #000;
    font-weight: 600;
}

.planner_pag .form_tittel.po1 {
    border: 2px solid #fbf4f4;
    padding: 15px;
}

.planner_pag .form_tittel.po1 .submit_btn {
    padding: 11px 22px;
    margin-left: 15px;
}

.planner_pag .form_tittel.po1 .viewcart_btn {
    padding: 11px 28px;
    margin-left: 11px;
}

.planner_pag .form_tittel.po1 span {
    color: #c30;
}

.planner_pag .form_tittel.po1 strong {
    color: #000;
}

.planner_pag .form_tittel.po1 .form-group.input_width.input_width_1 {
    margin-bottom: 5px;
}

.cantant_text .cont_p02 {
    font-size: 22px;
    font-weight: 600;
    border-top: 1px solid #ccc;
    display: inline-block;
    padding-top: 4px;
}

.centered.img {
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 10px;
}

.contant_pag h2 {
    text-align: center;
    font-weight: 600;
    margin: 20px 0;
    font-size: 30px;
    color: #5D2F1F;
}

.contant_pag p {
    text-align: center;
    line-height: 29px;
    font-size: 18px;
    color: #656565;
}

.contant_pag p a {
    color: #000;
    text-decoration: underline;
}

.cantant_text h1 {
    text-align: center;
    font-size: 22px;
    margin: 13px 0;
    font-weight: 600;
    color: #000;
}

.cantant_text h1 a {
    color: #5D2F1F;
    text-decoration: underline;
}

footer {
    background: #000;
    color: #fff;
    padding: 40px 0 25px 0;
}

.acc_card ul li {
    float: left;
    padding-right: 6px;
}

.acc_card p span {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.acc_card p {
    font-size: 16px;
    font-weight: normal;
}

.footer_content {
    text-align: center;
    font-size: 18px;
    padding-right: 80px;
}

.footer_content p {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 6px;
}

.addres_right img {
    margin-right: 10px;
}

.addres_right li {
    padding-bottom: 10px;
}

.addres_right ul li a {
    color: #fff;
}

.addres_img {
    float: left;
    height: 25px;
}

.copyright {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    border-top: 1px solid #333;
}
/****************new-css****************/
.product_tittel .planner_pag .item_tittel .item_box.pt2 {
    background: no-repeat;
    padding: 0;
    margin-top: 15px;
}
.product_tittel .planner_pag .item_tittel .item_box.pt2 .text {
    background: #5D2F1F;
    display: inline-block;
    width: 100%;
}
.planner_pag .item_tittel .item_box.pt2 {
    margin-top: 15px;
}
.announcement.mobile {
    display: none;
}
/*********responsive-navigator************/
.mobile_menu ul li:last-child {
    border: none;
}

#navigator {
    width: 300px;
    height: auto;
    position: fixed;
    top: 0;
    left: -300px;
    background: #000;
    float: left;
    z-index: 100;
}

#nav {
    width: 300px;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.tel_no {
    position: fixed;
    top: 8px;
    right: 15px;
    background: transparent !important;
    width: auto !important;
    font-weight: 600;
    z-index: 50;
}

.tel_no a {
    color: #fff;
    font-size: 20px;
}

.tel_no img {
    margin-right: 15px;
    width: 28px;
}

.nav_tab {
    width: 250px;
    height: 50px;
    display: block;
}

.menu_heading {
    height: 45px;
    background: #c30;
    color: #fff;
    padding-top: 8px;
    z-index: 999999;
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
}

.nav_tab a p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
}

.nav_tab a p:hover {
    background: rgba(255, 255, 255, 0.9);
    color: rgba(0, 0, 0, 1);
    letter-spacing: 2px;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
}

.menu-icon {
    width: 100%;
    height: 45px;
    position: fixed;
    top: 0;
    left: 0px;
    margin: 0;
    z-index: 10;
    background: #C30;
    padding: 5px 15px;
}

.menu-icon.on {
    z-index: 100;
}

.menu-icon div {
    width: 40px;
    height: 5px;
    background: #fff;
    margin: 5px;
    transition: all 0.35s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.on .line_one {
    transform: rotate(45deg) translate(7px, 7px);
}

.on .line_two {
    opacity: 0;
}

.on .line_three {
    transform: rotate(-45deg) translate(7px, -7px);
}

.mobile_menu ul li a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.mobile_menu ul li::before {
    background: url(../notebook-images/icon-text.png);
    content: "";
    height: 10px;
    width: 6px;
    position: absolute;
    left: 15px;
    margin-top: 15px;
}

.mobile_menu ul li {
    border-bottom: 1px solid #999;
    padding-left: 30px;
}

.mobile_menu ul li a:hover {
    margin-left: 10px;
}

@media (min-width:1024px) and (max-width:1199px) {
    header .logo {
        width: 28%;
        margin-top: 3px;
    }

    .header_info {
        width: 59%;
        margin-top: 13px;
    }

    .sec_info_head {
        width: 13%;
    }

    .sec_info_head img {
        width: 100px;
        margin-bottom: 0px;
    }

    .sec_info_head .h_mob a {
        font-size: 14px;
        margin-top: 4px;
    }

    .sec_info_head .h_mob img {
        width: 18px;
        margin-right: 5px;
    }

    .main-menu ul li {
        font-size: 12px;
        font-weight: 600;
    }

    .head_right span {
        font-size: 13px;
        line-height: normal;
    }

    .cantant {
        font-size: 22px;
        line-height: normal;
    }

    .heading h1 {
        font-size: 25px;
    }

    label {
        font-size: 12px;
    }

    .form-control.my_input {
        width: 80px;
    }

    .submit_btn {
        padding: 11px 20px;
        margin-left: 12px;
    }

    .viewcart_btn {
        padding: 11px 20px;
        margin-left: 10px;
    }

    .section .container {
        width: 970px;
    }

    .section.link .container {
        width: 970px;
    }

    .section .item_pord h3 {
        font-size: 16px;
    }

    .planner_pag .item_tittel .pord_text p {
        font-size: 17px;
    }

    .planner_pag .form_tittel.po1 .col-md-7 {
        width: 100%;
        margin-top: 5px;
    }

    .planner_pag .form_tittel.po1 .col-md-5 {
        width: 100%;
    }

    .inner_img ul li {
        height: 60px;
        font-size: 12px;
        margin-right: 9px;
    }

    .inner_img img {
        width: 60px;
    }

    .addres_right img {
        float: left;
    }

    .addres_right li {
        padding-bottom: 13px;
    }

    .footer_content {
        font-size: 15px;
        padding-right: 0;
    }
}

@media (min-width:992px) and (max-width:1023px) {
    header .logo {
        width: 28%;
        margin-top: 3px;
    }

    .header_info {
        width: 59%;
        margin-top: 13px;
    }

    .sec_info_head {
        width: 13%;
    }

    .sec_info_head img {
        width: 100px;
        margin-bottom: 0px;
    }

    .sec_info_head .h_mob a {
        font-size: 14px;
        margin-top: 4px;
    }

    .sec_info_head .h_mob img {
        width: 18px;
        margin-right: 5px;
    }

    .main-menu ul li {
        font-size: 12px;
        font-weight: 600;
    }

    .head_right span {
        font-size: 13px;
        line-height: normal;
    }

    .cantant {
        font-size: 22px;
        line-height: normal;
    }

    .heading h1 {
        font-size: 25px;
    }

    label {
        font-size: 12px;
    }

    .form-control.my_input {
        width: 80px;
    }

    .submit_btn {
        padding: 11px 20px;
        margin-left: 12px;
    }

    .viewcart_btn {
        padding: 11px 20px;
        margin-left: 10px;
    }

    .section .container {
        width: 970px;
    }

    .section.link .container {
        width: 970px;
    }

    .section .item_pord h3 {
        font-size: 16px;
    }

    .planner_pag .item_tittel .pord_text p {
        font-size: 17px;
    }

    .planner_pag .form_tittel.po1 .col-md-7 {
        width: 100%;
        margin-top: 5px;
    }

    .planner_pag .form_tittel.po1 .col-md-5 {
        width: 100%;
    }

    .inner_img ul li {
        height: 60px;
        font-size: 12px;
        margin-right: 9px;
    }

    .inner_img img {
        width: 60px;
    }

    .addres_right img {
        float: left;
    }

    .addres_right li {
        padding-bottom: 13px;
    }

    .footer_content {
        font-size: 15px;
        padding-right: 0;
    }
}

@media (min-width:992px) {
    .mobile_menu {
        display: none;
    }
}

@media (max-width:991px) {
    .main-menu {
        display: none;
    }
}

@media (max-width:991px) {
    .planner_refills {
        margin: 30px 0 15px 0;
    }

    header {
        padding-bottom: 10px;
    }

    header .logo {
        margin-top: 45px;
        width: 27%;
    }

    .head_right {
        font-size: 30px;
    }

    .header_info {
        margin-top: 44px;
        width: 57%;
    }

    .head_right span {
        font-size: 12px;
        line-height: normal;
        margin-top: 0;
    }

    .sec_info_head {
        margin-top: 36px;
        width: 16%;
    }

    .sec_info_head img {
        width: 100px;
        margin-bottom: 1px;
    }

    .sec_info_head .h_mob img {
        width: 18px;
    }

    .sec_info_head .h_mob a {
        font-size: 14px;
        margin-top: 4px;
    }

    .sec_info_head p {
        margin-bottom: 0;
    }

    .cantant {
        font-size: 21px;
        line-height: normal;
    }

    .cantant_text .po1 {
        line-height: normal;
    }

    .heading h1 {
        font-size: 23px;
    }

    .planner_refills .item_tittel {
        padding-bottom: 20px;
    }
    .planner_pag .centered {
        margin-bottom: 30px;
    }

    .item_tittel.sec .form-group.input_width.input_width_1 {
        margin-bottom: 15px;
    }

    .planner_pag .form_tittel.po1 .form-group.input_width.input_width_1 {
        margin-bottom: 15px;
    }

    .cantant_text .cont_p02 {
        margin-top: 14px;
    }
    
.planner_pag .item_tittel .text_tittel {
    margin-top: 30px;
}
.announcement {
    display: none;
}
.announcement.mobile {
    display: block;
}
    .section .container {
        width: 750px;
    }

    .section.link .container {
        width: 750px;
    }

    .section .item_pord {
        margin-bottom: 10px;
    }

    .section .inner_pag ul li {
        margin-left: 15px;
    }

    .section .inner_pag ul li::before {
        left: 15px;
    }

    .footer_content {
        font-size: 14px;
        padding-right: 0;
    }

    .footer_content p {
        font-weight: 600;
        font-size: 14px;
    }

    .addres_right img {
        float: left;
    }
}

@media (max-width:767px) {
    header .logo {
        margin-top: 53px;
        width: 26%;
    }

    .header_info {
        width: 55%;
    }

    .head_right span {
        font-size: 11px;
    }

    .sec_info_head {
        width: 19%;
    }

    .sec_info_head .h_mob img {
        width: 18px;
    }

    .inner_img img {
        width: 80px;
    }

    .section .container {
        width: auto;
    }

    .section .item_pord h3 {
        font-size: 16px;
    }

    .section.link .container {
        width: auto;
    }

    .footer_content p {
        font-size: 16px;
    }

    .footer_content {
        font-size: 16px;
        margin: 15px 0;
        text-align: left;
    }

    .addres_right li {
        padding-bottom: 15px;
    }
}

@media (max-width:667px) {
    .header_info {
        margin-top: 50px;
    }

    .heading h1 {
        font-size: 20px;
        margin-top: 5px;
        line-height: normal;
    }

    .planner_pag .form_tittel p {
        font-size: 14px;
    }
    .cantant_text p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .cantant_text {
        margin-top: 10px;
    }

    .planner_refills .item_tittel {
        padding-bottom: 0;
        border: none;
        margin-top: 20px;
    }
}

@media (max-width:640px) {
    .header_info {
        margin-top: 38px;
    }

    .head_right {
        font-size: 25px;
    }

    .sec_info_head img {
        width: 80px;
    }

    .sec_info_head .h_mob img {
        width: 14px;
    }

    .sec_info_head .h_mob a {
        font-size: 12px;
    }

    .section .item_pord h3 {
        font-size: 14px;
    }

    .inner_img ul li {
        margin-right: 13px;
        height: 65px;
        font-size: 13px;
    }

    .planner_pag .item_tittel .pord_text p {
        font-size: 18px;
    }
}

@media (max-width:567px) {
    header .logo {
        margin-top: 50px;
    }

    .header_info {
        margin-top: 34px;
    }

    .head_right {
        font-size: 22px;
    }

    .head_right span {
        font-size: 10px;
    }

    .sec_info_head img {
        width: 75px;
    }

    .sec_info_head .h_mob img {
        width: 12px;
        margin-right: 3px;
    }

    .sec_info_head .h_mob a {
        font-size: 11px;
    }

    .inner_img ul li {
        margin-right: 6px;
        height: 50px;
        font-size: 10px;
    }

    .section .item_pord {
        height: 120px;
    }

    .section .item_pord ul li a {
        font-size: 15px;
    }

    .section .inner_pag ul li {
        font-size: 13px;
    }

    .cantant_text h1 {
        font-size: 18px;
    }
}

@media (max-width:479px) {
    header .logo {
        width: 25%;
    }

    .head_right {
        font-size: 14px;
    }

    .head_right span {
        margin-top: -7px;
    }

    .sec_info_head img {
        width: 65px;
        margin-bottom: 0;
    }

    .sec_info_head .h_mob a {
        font-size: 9px;
    }

    .cantant {
        font-size: 18px;
        line-height: normal;
    }

    .heading h1 {
        font-size: 20px;
        line-height: 29px;
    }

    .heading h2 {
        font-size: 22px;
    }

    .heading h5 {
        font-size: 22px;
        line-height: normal;
    }

    .planner_pag .item_tittel .text_tittel .item_name {
        font-size: 16px;
    }

    .planner_pag .item_tittel .text_tittel {
        font-size: 14px;
    }

    .inner_img img {
        width: 53px;
    }

    .section .inner_pag ul li {
        font-size: 12px;
        margin-left: 12px;
    }

    .section .item_pord ul li a {
        font-size: 14px;
    }

    .section .inner_pag ul li::before {
        margin-top: 1px;
    }

    .section .inner_pag ul li a {
        padding-bottom: 10px;
    }

    .section .inner_pag ul li a:hover {
        padding-left: 4px;
    }

    .planner_pag .item_tittel .centered p {
        font-size: 14px;
    }

    .planner_pag .item_tittel .centered_pr2 ul li {
        line-height: 25px;
        color: #AA5E15;
        list-style: disc;
        margin-left: 15px;
    }

    .submit_btn {
        padding: 11px 20px;
        margin-left: 11px;
    }

    .viewcart_btn {
        padding: 11px 21px;
        margin-left: 7px;
    }

    .planner_pag .form_tittel.po1 {
        border: none;
        padding: 0;
    }

    .planner_pag .form_tittel.po1 .viewcart_btn {
        padding: 11px 21px;
        margin-left: 7px;
    }

    .planner_pag .form_tittel.po1 .submit_btn {
        padding: 11px 20px;
        margin-left: 11px;
    }
}

@media (max-width:414px) {
    header {
        padding: 30px 0 15px 0;
    }

    header .logo {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .header_info {
        margin-top: 7px;
        width: 100%;
    }

    .head_right {
        font-size: 22px;
    }

    .head_right span {
        margin-top: -4px;
    }

    .sec_info_head {
        display: none;
    }

    .planner_pag.sec .item_tittel .text_tittel.pag .item_name {
        font-size: 16px;
    }

    .cantant_text .cont_p02 {
        text-align: center;
    }

    .section .col-xs-6 {
        width: 100%;
    }

    .inner_img ul li {
        font-size: 14px;
        height: 70px;
    }

    .inner_img img {
        width: 95px;
    }

    .section .inner_img {
        display: inline-block;
        width: 100%;
    }

    .section .item_pord {
        margin-bottom: 13px;
        height: auto;
    }

    .inner_pag {
        margin-bottom: 13px;
    }

    .section .inner_pag ul li a:hover {
        padding-left: 8px;
    }

    .form-control.my_input {
        width: 85px;
    }

    .viewcart_btn {
        margin-left: 6px;
    }

    .submit_btn {
        margin-left: 9px;
    }

    .planner_pag .form_tittel.po1 .submit_btn {
        margin-left: 9px;
    }

    .planner_pag .form_tittel.po1 .viewcart_btn {
        margin-left: 6px;
    }
}

@media (max-width:375px) {
    .form-control.my_input {
        width: 80px;
    }

    .viewcart_btn {
        padding: 11px 15px;
        margin-left: 6px;
    }

    .planner_pag .form_tittel.po1 .submit_btn {
        padding: 11px 20px;
        margin-left: 10px;
    }

    .planner_pag .form_tittel.po1 .viewcart_btn {
        padding: 11px 15px;
        margin-left: 6px;
    }

    .cantant_text .po2 {
        line-height: normal;
    }

    .heading h1 {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width:360px) {
    .submit_btn {
        display: inline-block;
        padding: 11px 30px;
        margin-left: 15px;
    }

    .viewcart_btn {
        display: inline-block;
        margin-top: 15px;
        width: 100%;
        margin-left: 0;
    }

    .planner_pag .form_tittel.po1 .viewcart_btn {
        margin-left: 0;
    }

    .form-control.my_input {
        width: 110px;
    }

    .planner_pag .form_tittel.po1 .submit_btn {
        padding: 11px 30px;
        margin-left: 15px;
    }
}

@media (max-width:320px) {}