@font-face
{
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.eot);
    src: url(../fonts/Roboto-Regular.woff) format("woff"),
         url(../fonts/Roboto-Regular.ttf) format("truetype"),
         url(../fonts/Roboto-Regular.svg) format("svg");
}

body
{
    color: #323232;
    font-family: Roboto;
}

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

a, p, ul, ol, li
{
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

a
{
    color: #68AB0F;
}

a:hover, a:focus
{
    color: #68AB0F;
    text-decoration: underline;
}

ul, li, ol, ul>li, ol>li
{
    margin: 0;
    padding: 0;
}

.bg_blue
{
    background: #056A9C;
}

.bg_light_blue
{
    background: #EEF7FB;
}

.bg_green
{
    background: #68AB0F;
}

.bg_black
{
    background: #000000;
}

.bg_white
{
    background: #FFFFFF;
}

.text_blue
{
    color: #056A9C;
}

.text_green
{
    color: #68AB0F;
}

.text_black
{
    color: #000000;
}

.span_bold
{
    font-weight: bold;
}

.standard_anchor
{
    display: inline-block;
    border-radius: 4px;
    background: #056A9C;
    color: #FFFFFF !important;
    padding: 10px;
}

.standard_anchor:focus,
.standard_anchor:hover
{
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}

.grad_hr
{
    width: 120px;
    height: 5px;
    margin: 0;
    background: linear-gradient(90deg, rgba(5,106,156,1) 50%, rgba(104,171,15,1) 50%);
}

.div_img_text
{
    margin-bottom: 10px;
}

.div_img_text img
{
    display: inline-block;
    margin-right: 20px;
}

.div_img_text p
{
    display: inline-block;
    font-weight: 500;
}

.div_block h2
{
    font-size: 30px;
    font-weight: bold;
}

.offer-strip{
	background: #EC8B22;
    color: #fff;
    padding: 6px 0;
    text-align: center;
}
.offer-strip p{
	margin:0;
	font-size: 16px;
}

#nav_header
{
    padding: 10px 0px;
}

#nav_header .nav .nav-link,
#nav_header .nav-item .text-white,
#nav_header .nav .showcart span
{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
}

#nav_header .nav-item
{
    margin-right: 5px;
    line-height: 0;
}

#nav_header .nav-item:last-child
{
    margin-right: 10px;
}

#nav_header .nav-link,
#nav_menu .nav-link
{
    padding: 0;
}

#nav_header .nav-link i
{
    margin-right: 6px;
}

#nav_menu
{
    padding: 10px 0px;
}

#nav_menu .row .col-md-3
{
    padding-left: 7px;
}

#nav_menu .nav a
{
    font-size: 16px;
    color: #056A9C;
    font-weight: bold;
    line-height: 40px;
    padding: 0px 12px;
}

.fixed-menu
{
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    position: fixed;
    z-index: 500;
    width: 100%;
    top: 0;
}

.fixed-search
{
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    position: fixed;
    z-index: 500;
    width: 100%;
    top: 50px;
}

#nav_logo
{
    display: inline-block;
}

.cms-home #maincontent
{
    display: none;
}

#home_page_banner_block
{
    width: 100%;
    height: 580px;
    background: url("../images/home_banner_mobile.jpg") no-repeat;
    background-size: cover;
}

#home_banner h1
{
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

#home_banner h1 .span_bold
{
    font-weight: 800;
}

#home_banner p:nth-child(2)
{
    display: inline-block;
    background: #FFFFFF;
    color: #121212;
    font-style: italic;
    padding: 5px 8px;
    border-radius: 3px;
    margin-bottom: 40px;
}

#home_banner p:nth-child(3)
{
    font-style: italic;
    letter-spacing: 0.5px;
}

#home_banner .div_block
{
    padding: 8% 0 10% 0;
    display: none;
}

.home_bullet
{
    color: #FFFFFF;
    list-style-type: none;
    margin-bottom: 15px;
}

.home_bullet i
{
    font-size: 30px;
    vertical-align: middle;
}

.home_bullet span
{
    font-size: 22px;
    vertical-align: sub;
}

#home_trust
{
    padding: 10px 0px 20px 0px;
}

#home_trust .col-6
{
    text-align: center;
}

#home_trust a
{
    display: inline-block;
}

#home_trust #trust_icon_1
{
    margin: 0px 0px 25px 0px;
}

#home_trust #trust_icon_2
{
    margin: 15px 0px 0px 0px;
}

#home_trust #trust_icon_3
{

}

#home_trust #trust_icon_4
{

}

#home_trust #trust_icon_1 img
{
    width: 150px;
}

#home_trust #trust_icon_2 img
{
    width: 115px;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 8px;
    border-radius: 3px;
}

#home_trust #trust_icon_3 img
{
    width: 110px;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 8px;
    border-radius: 8px;
}

#home_trust #trust_icon_4 img
{
    width: 125px;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 8px;
    border-radius: 5px;
}

#home_selling,
#home_about,
#home_shop,
#home_work,
#home_review,
#home_service,
#home_posts
{
    padding: 30px 0px;
}

#home_selling .grad_hr
{
    margin: 0px auto 30px auto;
}

#home_selling .hbc
{
    border: 1px solid #F6F6F6;
    border-radius: 5px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#home_selling .hbc:hover
{

}

#home_selling .hbc h4
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#home_selling .hbc span
{
    display: block;
    color: #888888;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
}

#home_selling .hbc p
{
    color: #68AB0F;
    margin-bottom: 10px;
    font-weight: bold;
}

#home_selling .hbc a
{
    background: #056A9C;
    color: #FFFFFF;
    padding: 8px 24px;
    border-radius: 6px;
    display: inline-block;
    font-size: 15px;
}

#home_why
{

}

#home_why .row .col-12:first-child
{
    background: url("../images/home_why_banner.webp") no-repeat;
    background-size: contain;
    height: 245px;
    padding: 0;
}

#home_why .row .col-12:first-child img
{
    width: 100%;
}

#home_why .row .col-12:last-child
{
    padding: 30px 15px 30px 15px;
}

#home_why .row .col-12:last-child .text_blue
{
    margin-bottom: 15px;
}

#home_why .row .col-12:last-child .row p
{

}

#home_why .div_img_text
{
    margin-bottom: 20px;
}

#home_why .sub_head
{
    margin-bottom: 15px;
    font-weight: 500;
}

#home_why hr
{
    margin: 0px 0px 20px 0px;
}

#home_why .row .col-12:last-child img
{
    width: 32px;
}





#home_about .text_blue,
#home_work .text_blue,
#home_review .text_blue,
#home_shop .text_blue
{
    margin-bottom: 15px;
}

#home_about .grad_hr
{
    margin: 0px auto 20px;
}

#home_about p:nth-child(3)
{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

#home_page_why_shop_block
{
    width: 100%;
    display: block;
    background: url("../images/home_shop_banner.png") no-repeat;
    background-size: cover;
}

#home_shop .col-12
{
    padding: 0px;
}

#home_shop .grad_hr
{
    margin: 0px auto 40px;
}

#home_shop img
{
    width: 16px;
}

#home_work
{

}

#home_work .grad_hr
{
    margin: 0px auto 40px;
}

#home_work .hbb .row .col-6 div
{
    height: 75px;
}

#home_work .hbb .row .col-6:nth-child(2) img
{
    width: 95px;
}

#home_work .hbb .row .col-6:nth-child(3) img
{
    width: 95px;
}

#home_work .hbb .row .col-6:nth-child(4) img
{
    width: 110px;
}

#home_work img
{
    width: 80px;
}

#home_work .hbb .row .col-6 p
{
    font-size: 20px;
    font-weight: 500;
}

#home_review
{

}

#home_review .sub_head
{
    margin-bottom: 20px;
    font-weight: 500;
}

#home_review .grad_hr
{
    margin: 0 auto 50px;
}

#home_review .review_block span
{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    vertical-align: super;
}

#home_review .review_block .num
{
    width: 4%;
}

#home_review .review_block .bar
{
    display: inline-block;
    margin: 0;
    width: 82%;
    margin-right: 2%;
    height: 14px;
    background: #777777;
}

#home_review .review_block .bar div
{
    width: 82%;
    height: 14px;
    background: #EC8B22;
}

#home_review .review_block .percentage
{
    width: 8%;
    color: #EC8B22;
}

#home_review #home_rating p
{
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 6px;
}

#home_review #home_rating p:nth-child(1)
{
    color: #EC8B22;
    font-size: 22px;
}

#home_review #home_rating p:nth-child(2)
{
    font-weight: bold;
}

#home_review #home_rating p:nth-child(3)
{
    color: #555555;
    font-weight: 500;
}

#home_review #home_rating div:nth-child(4) .bar div
{
    width: 82%;
}

#home_review #home_rating div:nth-child(5) .bar div
{
    width: 14%;
}

#home_review #home_rating div:nth-child(6) .bar div
{
    width: 2%;
}

#home_review #home_rating div:nth-child(7) .bar div
{
    width: 1%;
}

#home_review #home_rating div:nth-child(8) .bar div
{
    width: 1%;
}

#home_review .col-12:nth-child(2) div,
#home_review .col-12:nth-child(3) div,
#home_review .col-12:nth-child(4) div,
#home_review .col-12:nth-child(5) div,
#home_review .col-12:nth-child(6) div
{ 
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    padding: 40px 20px;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 10px;
}

#home_review .review_title
{
    color: #056A9C;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

#home_review .review_text
{
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 10px;
}

#home_review .review_name
{
    color: #68AB0F;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

#home_review .review_location
{
    font-size: 14px;
    line-height: 14px;
    color: #AAAAAA;
}

#home_review #review_all
{

}

#home_service
{

}

#home_service .col-12
{
    text-align: center;
}

#home_service img
{
    width: 64px;
    margin-bottom: 20px;
}

#home_service p:nth-child(2)
{
    color: #68AB0F;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 45px;
}

#home_service p:nth-child(3)
{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

#home_posts .grad_hr {
    margin: 0px auto 40px;
}

#home_posts .sub_head {
	font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
}

#home_posts .blog-item{
	border-radius: 10px;
    background: #fff;
	    min-height: 290px;
		-moz-box-shadow: 4px 4px 6px #ccc;
-webkit-box-shadow: 4px 4px 6px #ccc;
box-shadow: 4px 4px 6px #ccc;
}

#home_posts .blog-item img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#home_posts .blog-item p{
	font-size: 16px;
    padding: 0 30px;
    margin: 20px 0 0 0;
    line-height: 24px;
}
#home_posts .blog-item a{
	font-size: 16px;
    line-height: 40px;
}

.footer-container-block
{
    margin-top: 20px;
}

#footer_main
{
    padding: 50px 0px 20px;
    color: #FFFFFF;
}

.footer_title
{
    font-size: 20px;
}

#footer_main .footer_main_title
{
    font-size: 22px;
    font-weight: 500;
}

#footer_main .hr_bar
{
    width: 80%;
    height: 1px;
    border: 0;
    background: #FFFFFF;
    margin: 5px 0px 10px 0px;
}

#footer_main .hr_border
{
    width: 100%;
    height: 1px;
    border: 0;
    margin: 0;
    background: #FFFFFF;
}

#footer_main ul
{
    margin-left: 10px;
}

#footer_main li
{
    list-style-type: none;
}

#footer_main li a,
#footer_main li p
{
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 10px;
}

#footer_main #social a
{
    display: inline-block;
    margin-right: 5px;
}

#footer_main #social a span
{
    font-size: 32px;
}

#footer_main #footer_payment
{
    width: 100%;
}

#footer_sub
{
    color: #FFFFFF;
    padding: 0px 0px 25px 0px;
}

#footer_sub .container
{
    padding-left: 30px;
    padding-right: 30px;
}

#footer_sub p
{
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
}

#footer_sub p:first-child
{
    margin-bottom: 15px;
}

#footer_copyright
{
    padding: 15px 0px;
    text-align: center;
}





/* How To Order Page Start */

#hto_page
{

}

#hto_page h2
{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

#hto_video
{

}

#hto_video .bg_light_blue
{
    padding: 30px 0px;
    margin-bottom: 30px;
    text-align: center;
}

#hto_video .bg_light_blue p
{
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0px 20px;
}

.hto_mean
{

}

.hto_mean h2
{
    font-size: 30px;
    line-height: 32px;
    color: #111111;
}

.hto_mean .info
{
    margin-bottom: 10px;
}

.hto_mean .info .left
{
    padding: 10px;
}

.hto_mean .info .left div
{
    padding: 10px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}

.hto_mean .info .right
{

}



.hto_mean .info .right p:first-child
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hto_mean .info .right p:last-child
{

}

.hto_mean img, #hto_phone img,
#hto_chat img, #hto_mail img
{
    width: 32px;
}

#hto_send
{
    padding: 20px 10px;
}

#hto_send hr
{
    margin: 0px auto 40px;
}

#hto_send .hbb .col-12 .cont
{
    background: #FFFFFF;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px;
}

#hto_send .hbb .col-12 .hto_img_wrapper
{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px;
    padding: 15px;
    border-radius: 40px;
    width: 84px;
    margin: 0 auto 15px;
}

#hto_send .hbb .col-12 img
{
    width: 64px;
}

#hto_send .hbb .col-12 p a
{
    font-size: 14px;
}

#hto_send .hbb .col-12 p:nth-child(2)
{
    color: #056A9C;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

#hto_send .hbb .col-12 p:nth-child(3)
{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

#hto_send p
{
    word-break: break-all;
}

#hto_step
{

}

#hto_step hr
{
    margin: 0px auto 40px;
}

#hto_step .cont
{
    margin-bottom: 30px;
}

#hto_step .cont .step_title
{
    background: #EEF7FB;
    overflow: hidden;
    margin-bottom: 15px;
}

#hto_step .cont .step_title .tri_step
{
    display: inline-block;
    float: left;
    background: #68AB0F;
    color: #FFFFFF;
    padding: 8px 0px 8px 10px;
}

#hto_step .cont .tri
{
    display: inline-block;
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    margin-right: 20px;
    margin-bottom: -9px;
    border-width: 44px 0 0 26px;
    border-color: transparent transparent transparent #68AB0F;
}

#hto_step .cont .tri_text
{
    display: inline-block;
    float: left;
    line-height: 44px;
}

#hto_step .cont .step_title .tri_step,
#hto_step .cont .tri_text
{
    font-size: 10px;
}


/* How To Order Page End */



/* Rx Products Page Start */


#prd_page, #otc_page
{

}

#prd_page h3,
#otc_page h3
{
    color: #68AB0F;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
}

#cms_search_form
{
    width: 500px;
    margin: auto;
    font-size: 0;
}

#cms_search_form #form_block
{
    overflow: hidden;
}

#cms_search_form #form_block .search_query
{
    width: 40%;
    display: inline-block;
    height: 42px;
    float: left;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#cms_search_form #form_block .search_query:active
{
    border: 1px solid #68AB0F;
}

#cms_search_form #form_block .search_submit
{
    width: 20%;
    display: inline-block;
    height: 42px;
    float: left;
    font-size: 18px;
    background: #68AB0F;
    color: #FFFFFF;
    border: 0;
    color: #FFFFFF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#prd_page .row,
#otc_page .row
{
    text-align: center;
}

#prd_page .row .col-12 p,
#otc_page .row .col-12 p
{
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
}

#prd_page #prd_listing,
#otc_page #otc_listing
{
    border: 2px solid #68AB0F;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 5px;
}

#prd_page .prd_listing,
#otc_page .otc_listing
{
    background: #056A9C;
    padding: 10px;
    border-radius: 10px;
}

#prd_page .prd_listing a,
#otc_page .otc_listing a
{
    color: #FFFFFF;
}

#prd_page ul,
#otc_page ul
{
    padding-left: 30px;
}

#prd_page ul li,
#otc_page ul li
{
    margin-bottom: 5px;
}

#prd_page .prd_text:nth-child(7),
#otc_page .otc_text:nth-child(3)
{
    border-bottom: 1px solid #CCCCCC;
}

#prd_page .prd_text:nth-child(8),
#otc_page .otc_text:nth-child(4)
{
    text-align: center;
}

#prd_page .prd_text:nth-child(8) p,
#otc_page .otc_text:nth-child(4) p
{
    color: #68AB0F;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
}

#prd_page .prd_text:nth-child(8) a,
#otc_page .otc_text:nth-child(4) a
{
    color: #056A9C;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}

/* Rx Products Page End */





/* Faq Page Start */

#faq_page
{

}

#faq_page h2
{
    color: #121212;
    line-height: 28px;
    margin: 20px 0px;
    font-weight: bold;
    font-size: 22px;
}

#faq_page ul
{
    padding-inline-start: 35px;
}

#faq_page .faq_head
{
    background: #EEF7FB;
    border-radius: 3px;
	padding: 10px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}

#faq_page .faq_head.active
{
    background: #056A9C;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}

#faq_page .faq_head.active h4
{
    color: #FFFFFF;
}

#faq_page .faq_head h4
{
    float: left;
    display: inline-block;
    width: 95%;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #232323;
}

#faq_page .faq_head.active em
{
    color: #FFFFFF;
}

.faq_head em
{
    float: right;
    width: 5%;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
}

.faq_arrow
{
    width: 16px;
    float: right;
    line-height: 30px;
}

.faq_arrow:before
{
    content: "\f067";
}

.faq_content
{
    padding: 10px 15px;
    border: 1px solid #CCCCCC;
    border-top: 0;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 30px;
}

/* Faq Page End */



/* Coupons Page Start */

#coupon_page .coupon_single a
{
    font-size: 14px;
    font-weight: bold;
}

#coupon_page .span_bold
{
    color: #000000;
}

#coupon_image
{
    position: relative;
}

#coupon_image img
{
    width: 100%;
    margin-bottom: 40px;
}

#coupon_image p:nth-child(2)
{
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: #121212;
}

#coupon_image p
{
    margin-bottom: 10px;
}

#coupon_image div h2:nth-child(3)
{
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}

#coupon_text p:first-child
{
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.coupon_highlight
{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

#coupon_image_caption
{
    position: absolute;
    top: 25%;
    left: 25%;
    color: #FFFFFF;
    text-align: center;
}

#coupon_image_caption h2
{
    font-size: 36px;
    margin-bottom: 20px;
}

#coupon_image_caption h3
{
    font-size: 30px;
}

#coupon_list .coupon_single
{
    background: #FFFFFF;
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
}

#coupon_list .coupon_single .head
{
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: #121212;
    margin-bottom: 20px;
}

#coupon_list .coupon_single .left
{
    padding: 5px;
}

#coupon_list .coupon_single .right
{
    background: #EEF7FB;
    padding: 10px;
    border-radius: 3px;
}

#coupon_list .coupon_single .right p:nth-child(1)
{
    color: #121212;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 12px;
}

#coupon_list .coupon_single .right p:nth-child(2)
{
    color: #333333;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 16px;
}

#coupon_list .coupon_single .right p:nth-child(3)
{
    font-size: 14px;
    line-height: 18px;
}

#coupon_product
{
    background: #EEF7FB;
    padding: 30px 10px;
    border-radius: 5px;
}

#coupon_product h2
{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

#coupon_product a
{
    display: block;
    background: #68AB0F;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
}

#coupon_contact
{
    border-top: 1px solid #CCCCCC;
    padding: 20px 0px;
    text-align: center;
}

#coupon_contact p
{
    color: #68AB0F;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
}

#coupon_contact a
{
    color: #056A9C;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}

/* Coupons Page End */





/* Cms Css Start */

.cms_page
{

}

.cms_page h2,
.cms_page h3,
.cms_page h4
{
    color: #68AB0F;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.cms_page ul, .cms_page ol
{
    padding-left: 30px;
    margin-bottom: 30px;
}

.cms_page li
{
    margin-bottom: 10px;
}

.cms_page ul p,
.cms_page ol p
{

}

.cms_page a
{
    font-weight: 500;
}

.cms_page table th
{
    background: #056A9C;
    color: #FFFFFF;
}

.cms_page table th
{
    border: 1px solid #CCCCCC;
    text-align: center;
}

.cms_page table td
{
    border: 1px solid #CCCCCC;
    text-align: center;
}

#coupon_single_page a
{
    font-weight: normal;
}

#order_instruction_page h3,
#medical_professional_page h3
{
    color: #075E89;
}

#medical_professional_page .author_cat_block
{
    border-bottom: 1px solid #CCCCCC;
    padding: 40px 0px;
}

#medical_professional_page .author_cat_block:last-child
{
    border: 0;
}

#medical_professional_page .author_cat_block .col-md-4
{
    text-align: center;
    margin-bottom: 40px;
}

#medical_professional_page .author_cat_block .col-md-4 img
{
    border-radius: 50%;
}

#medical_professional_page .author_cat_block .col-md-8 p:nth-child(1)
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

#medical_professional_page .author_cat_block .col-md-8 p:nth-child(2)
{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 15px;
}

/* Cms Css End */





/* Online Pharmacy Page Start */

#online_pharmacy_page
{

}

#online_pharmacy_page strong
{
    font-size: 20px;
    color: #010101;
}

#online_pharmacy_page .grad_hr
{
    margin: 0 auto 30px;
}

#online_pharmacy_page #opp_text_2 .col-12 div
{
    border: 1px solid #EEEEEE;
    padding: 30px 0px;
    border-radius: 5px;
}

#online_pharmacy_page #opp_text_2 .col-12 div img
{
    border-radius: 5px;
    margin-bottom: 10px;
}

#online_pharmacy_page #opp_text_2 .col-12 div a
{
    display: block;
    font-size: 22px;
}

#opp_pharmacy_checker
{
    display: block;
    width: 300px;
    margin: auto;
}

/* Online Pharmacy Page End*/





/* Product Page Start */

.product-brand
{
    width: 100%;
}

.product-generic
{
    width: 100%;
}

.page-products .product-item-info
{
    width: 100%;
}

.product-brand .product-item-info
{
    border: 1px solid #056A9C;
    border-radius: 3px;
    margin-bottom: 10px;
	background: #F1F9FF;
}

.product-generic .product-item-info
{
    border: 1px solid #68AB0F;
    border-radius: 3px;
    margin-bottom: 10px;
	background: #FDFFFB;
}

.product-item-detail
{
    padding: 5px 12px;
    min-height: 200px;
    overflow: hidden;
}

.product-additional-information
{
    font-size: 14px;
	margin-bottom: 4px;
}

.optionValue
{
    margin: 6px 0;
}

.optionValue select
{
    font-size: 14px;
    appearance: auto;
}

.btn-box
{
    margin: 7px 0;
}

.normal-price
{
    font-size: 14px;
}

.dosage-txt
{
    color: #056A9C;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 18px;
}

.dosage-box
{
    overflow: hidden;
    margin-bottom: 12px;
    text-align: center;
}

.product-prescription
{
    font-size: 15px;
    color: #e80000;
    font-weight: 600;
}

.rx
{
    width: 15px;
}

.product-list ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.product-list ul li.item.title
{
    display: inline;
    padding: 10px 25px;
    border-bottom: 4px solid #056A9C;
    margin: 0;
    line-height: 54px;
}

.product-list ul li.item.title.active
{
    background: #68AB0F;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 4px 4px 0 0;
}

.product-list ul li.item.title.active>.item-switch
{
    color: #fff;
}

.product-list ul li.item.title>.item-switch
{
    color: #000;
    text-decoration: none;
}

.product-list>.item.content
{
    margin-top: 40px;
}

.product-brand h3
{
    background: #056A9C;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 10px;
}

.product-generic h3
{
    background-color: #68AB0F;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 10px;
}

.generic-msg
{
    border: 2px solid #68AB0F;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
}

.brand-msg
{
    border: 2px solid #056A9C;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
}

/* Product Page End */





/* Sidebar Start */

.sidebar_column
{
    background: #FFFFFF;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.sidebar_column .sch
{
}

.sidebar_column .sch h4
{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #232323;
    letter-spacing: 1px;
}

.sidebar_column .sch hr
{
    margin: 0px auto 20px;
}

.sidebar_column .sch a
{
    display: inline-block;
}

.right_sidebar .sidebar_column:nth-child(3) a
{
    margin-bottom: 20px;
}

.right_sidebar .sidebar_column:nth-child(3) p
{
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #444444;
}

.right_sidebar .sidebar_column:nth-child(4) p
{
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #333333;
}

.right_sidebar .sidebar_column:nth-child(5) p:nth-child(1)
{
    font-size: 18px;
    line-height: 20px;
    color: #EC8B22;
    margin-bottom: 10px;
}

.right_sidebar .sidebar_column:nth-child(5) p:nth-child(2)
{
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #121212;
}

.right_sidebar .sidebar_column:nth-child(5) p:nth-child(3)
{
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}

.right_sidebar .sidebar_column:nth-child(5) p:nth-child(4)
{
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

.right_sidebar .sidebar_column:nth-child(5) p:nth-child(5)
{
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

.block-reorder .actions-toolbar
{
    max-width: none;
}

/* Sidebar End */





/* Success Page Start */



/* Success Page End*/





/* Contact us Start */

.contact_body .row .col-12
{
    display: flex;
}

.contact_block_column
{
    width: 100%;
    margin: 0;
    padding: 20px 15px;
    background: #FFFFFF;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
    border-radius: 5px;
}

.contact_block_column .sub_icon {
    display: inline-block;
    color: #056A9C;
    font-size: 50px !important;
    margin-bottom: 10px;
}

.contact_block_column h3 {
    font-size: 20px !important;
	color: #000;
    margin-bottom: 5px;
}

.contact_block_column .sub_text {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 5px;
}
/* Contact us End */





/* Cart Page Start */

.cart-trustseal
{
    width: 100%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
}

.shipping-message
{
    margin: 15px 0 40px 0;
    border: 3px solid #68ab0f;
    text-align: center;
    padding: 15px 5px;
    border-radius: 6px;
}

.shipping-message p
{
    margin-bottom: 0px;
    line-height: 24px;
    font-size: 14px;
}

.shipping-message strong
{
    color: #000;
}

.cart-trust-container-block
{
    background-color: #E5F3F4;
    border-radius: 6px;
}

.trustseal-cart
{
    padding: 10px 15px 20px 15px;
}

.trustseal-cart a,
.trustseal-cart img
{
    display: inline-block;
}

.trustseal-cart .trust_img1
{
    width: 160px;
}

.trustseal-cart .trust_img2
{
    width: 130px;
    margin: 15px 0px;
}

.trustseal-cart .trust_img3
{
    margin: 15px 0px;
}

.trustseal-cart .trust_img4
{
    margin: 15px 0px;
}

.trustseal-cart p
{
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
}

/* Cart Page End */





/* Product List Page Start */

.category-short-description .col-md-8
{
    padding: 0;
    margin-bottom: 20px;
}

.category-short-description .col-md-4
{
    padding: 0;
    text-align: center;
}

.category-short-description p
{
    text-align: justify;
	font-size: 16px;
    line-height: 24px;
}

.prod_img_ref {
    font-size: 11px !important;
    color: #666666;
    text-align: center !important;
}

.category-description {
    padding: 1.5rem;
}

.category-short-description p strong {
    color: #68AB0F;
}

#category_related_product_block {
    background: #EEF7FB;
    margin-bottom: 30px;
    padding: 15px 0px;
    border-radius: 5px;
}

#category_related_product_block h3 {
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 24px;
}

#category_related_product_block .row .related_item {
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}

#category_related_product_block .row .related_item a
{
    width: 100%;
    display: inline-block;
    padding: 1rem 2rem;
    background: #056A9C;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

#category_product_block
{
    margin-bottom: 50px;
}

#category_product_block h3
{
    color: #075E89;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

#category_product_block ul
{
    padding-left: 25px;
}

#category_product_block .info p
{
    font-size: 16px;
}

#category_product_block p
{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

#category_product_block .last
{
    margin-bottom: 30px;
}

#category_product_block a
{
    color: #056A9C;
    font-weight: 600;
}

.category-description ul li p
{
    margin-bottom: 0px;
}

#category_related_product_coupon
{
    border-radius: 5px;
    padding: 15px 0px;
    margin-bottom: 30px;
}

#category_related_product_coupon .coupon_single
{
    background: #FFFFFF;
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
}

#category_related_product_coupon .coupon_single .head
{
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: #121212;
    margin-bottom: 20px;
}

#category_related_product_coupon .coupon_single .left
{
    padding: 5px;
}

#category_related_product_coupon .coupon_single .right
{
    background: #EEF7FB;
    padding: 10px;
    border-radius: 3px;
}

#category_related_product_coupon .coupon_single .right p:nth-child(1)
{
    color: #121212;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 12px;
}

#category_related_product_coupon .coupon_single .right p:nth-child(2)
{
    color: #333333;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 16px;
}

#category_related_product_coupon .coupon_single .right p:nth-child(3)
{
    font-size: 14px;
    line-height: 18px;
}

#category_buy h2
{
    color: #056A9C;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}

#category_author_profile
{
    padding: 15px 0px;
    border-radius: 5px;
    margin-bottom: 30px;
}

#category_author_profile img
{
    border-radius: 5px;
}

#category_author_profile a
{
    color: #056A9C;
}

#category_author_profile .name
{
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}

#category_author_profile .qual
{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}

#category_author_profile i
{
    width: 32px;
    background: #DEDEDE;
    padding: 8px;
    border-radius: 3px;
    margin-right: 5px;
    text-align: center;
}

.category-author
{
    padding: 1.5rem;
}

#category_message_block
{
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    padding: 15px;
}

#category_message_block .imp_msg
{
    border-radius: 5px;
    padding: 15px;
}

#category_message_block .imp_msg:last-child
{
    background: #EEF7FB;
}

/* Product List Page End */





/* Product Review Block Start */

#review_block p
{
    margin-bottom: 0;
}

.review_head
{
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-color:#F5F8FE;
	padding-top:30px;
}

.review_head_block .head
{
    margin-bottom: 20px;
}

.review_head_block .head h2
{
    color: #111222;
    font-size: 20px;
}

.review_head_block .head h2 span
{
    color: #EC8B22;
}

.review_head .fa-star, .review_head .fa-star-half-o, .review_head .fa-star-o,
.review_body .fa-star, .review_body .fa-star-half-o, .review_body .fa-star-o
{
    color: #EC8B22;
}

.review_head_block:nth-of-type(1) .body
{

}

.review_head_block:nth-of-type(1) .body p:nth-child(1)
{
    font-size: 30px;
    margin-bottom: 5px !important;
}

.review_head_block:nth-of-type(1) .body p:nth-child(2)
{

}

.review_head_block .body #review_number
{
    color: #036C82;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.review_head_block:nth-of-type(1) .body p:last-child
{
    color: #EC8B22;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}

.review_head_block .review_breakdown .review_number,
.review_head_block .review_breakdown .review_percentage
{
    color: #036C82;
}

.review_head_block .review_breakdown .review_bar
{
    display: block;
    line-height: 20px;
}

.review_head_block .review_breakdown .review_bar_outer
{
    width: 65%;
    height: 10px;
    background: #666666;
    border-radius: 1px;
    position: relative;
}

.review_head_block .review_breakdown .review_bar_inner_first
{
    width: 84%;
    height: 10px;
    background: #EC8B22;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.review_head_block .review_breakdown .review_bar_inner_second
{
    width: 12%;
    height: 10px;
    background: #EC8B22;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.review_head_block .review_breakdown .review_bar_inner_third
{
    width: 2%;
    height: 10px;
    background: #EC8B22;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.review_head_block .review_breakdown .review_bar_inner_fourth
{
    width: 1%;
    height: 10px;
    background: #EC8B22;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.review_head_block .review_breakdown .review_bar_inner_fifth{
    width: 1%;
    height: 10px;
    background: #EC8B22;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.review_head_block .review_breakdown p:nth-child(1)
{
    width: 4%;
}

.review_head_block .review_breakdown p:nth-child(2)
{
    width: 5%;
}

.review_head_block .review_breakdown p:last-child
{
    width: 10%;
}

.review_head_block .review_breakdown p
{
    font-size: 14px;
    line-height: 14px;
}

.review_breakdown .review_bar p, .review_breakdown .review_bar div
{
    display: inline-block;
}

.review_head_block .review_user_content
{
    overflow: hidden;
}

.review_head_block .review_user_content .left p:nth-child(1),
.review_body .review_single .left p:nth-child(1)
{
    font-size: 56px;
    color: #CCCCCC;
    margin-bottom: 5px !important;
}

.review_head_block .review_user_content .left p:nth-child(2),
.review_body .review_single .left p:nth-child(2)

{
    font-size: 18px;
    color: #036C82;
	font-weight:600;
}

.review_head_block .review_user_content .left p:nth-child(3),
.review_body .review_single .left p:nth-child(3)
{
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}

.review_head_block .review_user_content .left p:last-child,
.review_body .review_single .left p:last-child
{
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}

.review_head_block .review_user_content .left
{
    width: 35%;
    float: left;
    text-align: center;
    padding: 5px;
}

.review_head_block .review_user_content .right
{
    width: 65%;
    float: left;
    text-align: left;
    padding: 5px;
}

.review_list .review_single
{
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.review_list .review_single .left
{
    width: 30%;
    float: left;
    text-align: center;
    padding: 5px;
}

.review_list .review_single .right
{
    width: 70%;
    float: left;
    text-align: left;
    padding: 5px;
}

.review_head_block .review_user_content .right p:nth-child(1),
.review_list .review_single .right p:nth-child(1)
{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px !important;
}

.review_head_block .review_user_content .right p:nth-child(2),
.review_list .review_single .right p:nth-child(2)
{
    font-size: 18px;
    line-height: 21px;
    color: #242424;
    margin-bottom: 5px !important;
	font-weight:600;
}

.review_head_block .review_user_content .right p:last-child,
.review_list .review_single .right p:last-child
{
    font-size: 14px;
    line-height: 21px;
    color: #666666;
}

.review-main-head
{
	text-align: center;
    color: #056A9C;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 27px;
}

.review-body
{
	text-align:center;
}

.review-body p span
{
	font-size: 32px;
}

.review_head_block .review-body #review_number
{
	color: #056A9C;
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 5px;
}

/* Product Review Block End */

/* LTFS Page Start */

.ltfs_block
{
    margin-bottom: 30px;
}

.ltfs_block a
{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.ltfs_block .note
{
    color: #68AB0F;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    width: 80%;
    margin: auto;
    text-align: center;
}

/* LTFS Page End */



/* Affiliate Dashboard Start */

.affiliate .page-main{
	padding:35px 0;
}

.affiliate .page-main .sidebar-main .title{
	display: none;
}

.affiliate .page-main .sidebar-main ul li{
	width:100%;
}

.account .page-main .right_sidebar{
	display:none;
}
.affiliate__widget-current{
	line-height: 35px;
}
.affiliate-btn{
	text-align:center;
}
.affiliate-btn a{
	width:30%;
}
/* Affiliate Dashboard Start */


.cms-txt-block{
	overflow: auto;
    margin-bottom: 20px;
}
.cms-txt-block-txt{
	float:left; 
	width:70%;
	margin: 0px;
}
.cms-txt-block-img{
	float:left; 
	width:30%;
	border-radius:6px;
	margin: 0px;
}

@media (min-width: 400px)
{
    #cms_search_form #form_block .search_query
    {
        width: 45%;
    }
	
	#sitemap_block ul li {
		width: 100%;
		float: none;
	}

}





@media (min-width: 576px)
{
    #home_page_banner_block
    {
        height: 940px;
    }
	#sitemap_block ul li {
		width: 100%;
		float: none;
	}
	
	.cms-txt-block{
	overflow: auto;
    margin-bottom: 15px;
}
.cms-txt-block-txt{
	float:none; 
	width:100%;
	margin: 10px;
}
.cms-txt-block-img{
	float:none; 
	width:100%;
	margin: 10px;
	border-radius:6px;
}
}

@media (min-width:360px) and (max-width:767px){
	.cms-txt-block{
		overflow: auto;
		margin-bottom: 15px;
	}
	.cms-txt-block-txt{
		float:none; 
		width:100%;
		margin: 10px;
	}
	.cms-txt-block-img{
		float:none; 
		width:100%;
		margin: 10px;
		border-radius:6px;
	}
	.affiliate-btn a {
		width: 100%;
	}
    // your code
}




@media (min-width: 768px)
{
    #nav_menu .nav a
    {
        line-height: 32px;
        font-size: 9px;
    }

    #nav_menu .nav li:last-child a
    {
        padding-right: 7px;
    }

    #home_page_banner_block
    {
        height: auto;
        background: url("../images/home_banner_main.webp") no-repeat;
        background-size: contain;
    }

    #home_banner .div_block
    {
        display: block;
    }

    #home_why .row .col-12:first-child
    {
        height: auto;
        background-size: cover;
    }

    #home_why .row .col-12:last-child
    {
        padding: 30px 0px 0px 30px;
    }

    #cms_search_form #form_block .search_query
    {
        width: 80%;
    }

    #category_author_profile .name
    {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    #category_author_profile .qual
    {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
	
	#sitemap_block ul li {
		width: 100%;
		float: none;
	}

    .product-brand
    {
        width: 49%;
        float: left;
    }

    .product-generic
    {
        width: 49%;
        float: right;
    }

    #hto_step .cont .step_title .tri_step,
    #hto_step .cont .tri_text
    {
        font-size: 16px;
    }

    .block-reorder .actions-toolbar
    {
        max-width: 260px;
    }

    .cart-trustseal
    {
        width: 73%;
    }
	
	.cms-txt-block{
	overflow: auto;
    margin-bottom: 15px;
	}
	.cms-txt-block-txt{
		float:left; 
		width:70%;
		margin: 0px;
	}
	.cms-txt-block-img{
		float:left; 
		width:30%;
		border-radius:6px;
		margin: 0px;
	}
}





@media (min-width: 992px)
{
    #nav_header .nav-item
    {
        margin-right: 15px;
    }

    #nav_header .nav .nav-link,
    #nav_header .nav-item .text-white,
    #nav_header .nav .showcart span
    {
        font-size: 12px;
        line-height: 20px;
    }

    #nav_menu .nav a
    {
        font-size: 12px;
        line-height: 42px;
    }

    .fixed-search
    {
        top: 62px;
    }

    #home_selling,
    #home_about,
    #home_shop,
    #home_work,
    #home_review,
    #home_service,
	#home_posts
    {
        padding: 50px 0px;
    }

    #home_banner h1
    {
        font-size: 46px;
        line-height: 60px;
    }

    #home_banner h1 span
    {
        font-size: 56px;
    }

    #home_banner p:nth-child(2)
    {
        font-size: 30px;
        line-height: 30px;
    }

    #home_banner p:nth-child(3)
    {
        font-size: 18px;
        line-height: 22px;
    }

    #home_selling .hbc
    {
        box-shadow: none;
    }

    #home_selling .hbc:hover
    {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    #home_trust
    {
        padding: 10px 0px 10px 0px;
    }

    #home_trust #trust_icon_1
    {
        margin: 0;
    }

    #home_trust #trust_icon_2
    {
        margin: 20px 0px 0px 0px;
    }

    #home_trust #trust_icon_3
    {
        margin: 20px 0px 0px 0px;
    }

    #home_trust #trust_icon_4
    {
        margin: 19px 0px 0px 0px;
    }

    #home_trust #trust_icon_1 img
    {
        width: 165px;
    }

    #home_trust #trust_icon_2 img
    {
        width: 135px;
    }

    #home_trust #trust_icon_3 img
    {

    }

    #home_trust #trust_icon_4 img
    {
        width: 190px;
    }

    #home_why .row .col-12:last-child
    {
        padding: 50px 0px 50px 80px;
    }

    #home_work .hbb .row .col-6 div
    {
        height: 95px;
    }

    #home_shop .col-12
    {
        padding: 0px 15px 0px 15px;
    }

    #home_review .col-12
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    #hto_video .bg_light_blue p
    {
        font-size: 30px;
        padding: 0px;
    }

    .category-short-description .col-md-8
    {
        padding-left: 0px;
        padding-right: 15px;
    }

    .category-short-description .col-md-4
    {
        padding-left: 15px;
        padding-right: 15px;
    }
}





@media (min-width: 1200px)
{
    #nav_header .nav .nav-link,
    #nav_header .nav-item .text-white,
    #nav_header .nav .showcart span
    {
        font-size: 16px;
        line-height: 20px;
    }

    #nav_menu .nav a
    {
        font-size: 16px;
        line-height: 52px;
    }

    .fixed-search
    {
        top: 72px;
    }

    #home_why .sub_head,
    #home_review .sub_head
    {
        font-size: 22px;
    }

    #home_about p:nth-child(3)
    {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    #home_page_banner_block
    {
        background-size: cover;
    }
}





@media (min-width: 1400px)
{
    #home_page_banner_block
    {

    }
}

#sitemap_block ul {
    padding: 0 20px;
    margin: 30px 0;
    overflow: hidden;
}

#sitemap_block ul li {
    width: 33%;
    float: left;
}


.category-common-content {
    padding: 1.5rem;
}

.category-common-content h2 {
    color: #075E89;
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.category-common-content h3 {
    color: #075E89;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.category-common-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}


.affiliate-account-create .column.main {
	padding: 10px 30px;
}

.affiliate__account-create .fieldset.information {
    width: 100%;
    float: none;
}