/* --------------------------- Reset -------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.clear {
    clear: both
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

/* --------------------------- Fonts -------------------------- */

@font-face {
    font-family: 'Lato-Regular';
    /* --- Lato-Regular --- */
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    /* --- Lato-Bold --- */
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'BotonItalic';
    /* --- Lato-Italic --- */
    src: url('../fonts/Lato-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'BotonMedium';
    /* --- Lato-Black --- */
    src: url('../fonts/Lato-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Light';
    /* --- Lato-Light --- */
    src: url('../fonts/Lato-Light.ttf') format('truetype');
}

/* --------------------------- General -------------------------- */

body {
    background: #FFF;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Lato-Regular', sans-serif;
    text-align: center;
    color: #000;
    padding-bottom: 30px;
    /*background: url('../images/bg_footer.png') bottom center no-repeat;*/
    /*Moved to footer below*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 28px;
    line-height: 34px;
    text-transform: capitalize;
    margin: 0 0 4px 0;
    color: #0077c8;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0 0 0px 0;
    color: #0077c8;
}

div.content p,
div.content ul,
div.content address,
div.content dl,
div.content dd {
    margin: 0 0 20px 0;
}

a {
    color: #0077c8;
    font-family: 'Lato-Bold', sans-serif;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #000;
}

strong {
    font-family: 'Lato-Bold', sans-serif;
    color: #147bbe;
}

em {
    font-family: 'BotonItalic', sans-serif;
}

object {
    display: block;
}

input {
    outline: none;
}

div.page_container,
header#header,
footer#footer {
    width: 100%;
}

div.content,
div#header_container,
div#show_options,
div#products {
    max-width: 1000px;
    margin: 0px auto 0px auto;
    text-align: left;
    position: relative;
}

@media (max-width: 1040px) {
    div.content,
    div#header_container,
    div#show_options,
    div#products {
        padding: 0 20px;
    }
}

/* --------------------------- Header -------------------------- */

header#header {
    padding: 25px 0;
    min-height: 150px;
}

div#header_top {
    min-height: 107px;
}

div#logo_pdc,
div#live_chat,
div#header_basket_box,
div#logo_click2order {
    position: absolute;
}

div#live_chat {
    margin: 43px 0 0 287px;
}

div#header_basket_box_responsive {
    display: none;
}

div#header_basket_box {
    margin: 24px 0 0 470px;
    width: 200px;
    padding: 13px 18px;
    font-size: 14px;
    border: 2px #d3d3d3 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div#header_basket_box span {
    color: #4e8bd5;
}

div#logo_click2order {
    margin: 30px 0 0 0;
    right: 0;
}

div#header_navigation {
    background: url('../images/bg_header_navigation.png') repeat-x;
    height: 41px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

nav#main_menu ul li,
nav#account_menu ul li {
    float: left;
}

nav#main_menu ul li a,
nav#account_menu ul li a {
    display: block;
    color: #FFF;
    border-right: 1px #FFF solid;
    height: 41px;
    vertical-align: middle;
    padding: 9px 15px 10px 15px;
    font-family: 'Lato-Regular', sans-serif;
    /* --- BotonMedium --- */
}

#main_menu ul ul li {
    border-right: 0;
    width: 100%;
}

nav#account_menu ul li a {
    border-left: 1px #FFF solid;
    border-right: 0;
}

nav#main_menu ul li a:hover,
nav#account_menu ul li a:hover,
nav#main_menu ul li a.current,
nav#account_menu ul li a.current {
    background: #ee8b22;
}

nav#account_menu {
    float: right;
    right: 0;
}

nav#main_menu ul li:first-child a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

nav#account_menu ul li:last-child a {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* ------------ */

nav#main_menuSM ul li {
    float: left;
}

nav#main_menuSM ul li a {
    display: block;
    color: #000;
    border-right: 1px #FFF solid;
    height: 41px;
    vertical-align: middle;
    padding: 9px 15px 10px 15px;
    font-family: 'Lato-Regular', sans-serif;
    /* --- BotonMedium --- */
}

#main_menuSM ul ul li a {
    border: 0px;
    display: block;
}

#main_menuSM ul ul li {
    border: 0px;
    width: 100%;
}

nav#main_menuSM ul li a:hover nav#main_menuSM ul li a.current {
    background: #ee8b22;
}

nav#main_menuSM ul li:first-child a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

nav#main_menuSM {
    display: none;
    text-align: center;
}

/* ------------ */

nav#responsive_menu {
    display: none;
    text-align: center;
}

nav#responsive_menu select {
    margin-top: 10px;
    text-align: center;
    width: 90%;
}

div#header_bottom {
    padding: 10px 0;
    min-height: 30px;
    position: relative;
}

div#page_title {
    position: absolute;
    text-align: left;
    font-size: 28px;
    line-height: 34px;
    text-transform: capitalize;
    margin: 0 0 4px 0;
    color: #0077c8;
}

div#order_steps {
    position: absolute;
    margin-top: 3px;
    right: 0;
}

div#order_steps_links
/*Not using this style any more */

    {
    margin-right: 10px;
    padding: 2px 10px 7px 5px;
    border: 2px #d3d3d3 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div#order_steps_help {
    position: absolute;
    width: 90px;
    right: 0;
}

div#order_steps_links ul li {
    float: left;
    background: url('../images/order_steps_arrow.png') 0 50% no-repeat;
    padding: 0 5px 0 10px;
}

div#order_steps_links ul li:first-child {
    background: none;
    padding: 0 5px 0 5px;
}

div#order_steps_links ul li a {
    display: block;
    padding: 0 0 3px 0;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    color: #000;
    font-family: 'Lato-Regular', sans-serif;
    /* --- BotonMedium --- */
    cursor: default;
}

div#order_steps_links ul li#order_step_01 a.current {
    color: #00a39a;
    border-bottom: 4px #00a39a solid;
}

div#order_steps_links ul li#order_step_02 a.current {
    color: #35a8e0;
    border-bottom: 4px #35a8e0 solid;
}

div#order_steps_links ul li#order_step_03 a.current {
    color: #e20075;
    border-bottom: 4px #e20075 solid;
}

div#order_steps_links ul li#order_step_04 a.current {
    color: #e22b18;
    border-bottom: 4px #e22b18 solid;
}

div#order_steps_links ul li#order_step_05 a.current {
    color: #f7b300;
    border-bottom: 4px #f7b300 solid;
}

div#order_steps_help a {
    display: block;
    padding: 5px 34px 9px 13px;
    color: #FFF;
    font-family: 'Lato-Light', sans-serif;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    background: url('../images/btn_help.png') 65px 11px no-repeat #0077c8;
}

@media (max-width: 1040px) {
    div#logo_click2order,
    nav#account_menu {
        right: 20px;
    }
}

@media (max-width: 1024px) {
    div#header_top {
        min-height: 87px;
    }
    div#live_chat {
        margin: 23px 0 0 187px;
    }
    div#header_basket_box {
        margin: 4px 0 0 350px;
    }
    div#logo_pdc img,
    div#logo_click2order img {
        width: 150px;
        height: auto;
    }
}

@media (max-width: 873px) {
    div#page_title {
        margin-bottom: 20px;
    }
    div#page_title,
    div#order_steps {
        position: static;
    }
}

@media (max-width: 790px) {
    div#header_top {
        min-height: 157px;
    }
    div#live_chat {
        margin: -7px 0 0 0;
        right: 20px;
    }
    div#header_basket_box_responsive {
        display: block;
        height: 74px;
    }
    div#header_basket_box {
        position: static;
        margin: 0;
        width: auto;
    }
}

@media (max-width: 450px) {
    nav#responsive_menu {
        display: none;
    }
    nav#main_menu,
    nav#account_menu {
        display: none;
    }
    nav#main_menuSM {
        display: block;
    }
}

@media (max-width: 570px) {
    div#order_steps_links ul li a {
        font-size: 14px;
    }
    div#order_steps_links {
        margin-right: 0;
    }
    div#order_steps_help {
        margin-top: -59px;
    }
}

@media (max-width: 430px) {
    div#order_steps_help {
        position: static;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 385px) {
    div#order_steps_links ul li a {
        font-size: 10px;
    }
}

@media (max-width: 380px) {
    div#logo_pdc img {
        width: 120px;
        height: auto;
    }
}

/* --------------------------- Show Options -------------------------- */

div#show_options_container {
    padding: 10px 20px;
    border: 2px solid #D3D3D3;
    border-radius: 5px;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 50px;
}

div#show_options_container div.filter {
    display: inline-block;
    width: 30%;
    margin-bottom: 10px;
}

div#show_options_container div.filter {
    color: #000;
    font-weight: normal;
    font-family: "Lato-Regular", sans-serif;
    background: url('../images/show_options_li.png') no-repeat;
    padding: 0px 0px 0px 45px;
}

div#show_options_container div.selected {
    background: url('../images/show_options_li_over.png') 0 0px no-repeat;
}

div#show_options_container .col1 {
    float: left;
    width: 120px;
}

div#show_options_container .col2 {
    float: left;
    width: 590px;
}

div#show_options_container .col3 {
    float: left;
    width: 230px;
}

input#search {
    border: 2px solid #b0b0b0;
    color: #b0b0b0;
    padding: 6px 10px 7px 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 75%;
}

input#btn_submit {
    position: absolute;
    background: url('../images/btn_submit.png') no-repeat;
    width: 40px;
    height: 33px;
    border: 0;
    margin-top: 3px;
}

.rcbInput {
    height: 22px !important;
}

@media (max-width: 1040px) {
    div#show_options_container .col1,
    div#show_options_container .col2,
    div#show_options_container .col3 {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    input#search {
        width: 93%;
    }
    div#show_options_container br {
        display: none;
    }
}

@media (max-width: 875px) {
    input#search {
        width: 89%;
    }
}

@media (max-width: 650px) {
    div#show_options_container div.filter {
        width: 48%;
    }
    input#search {
        width: 85%;
    }
}

@media (max-width: 455px) {
    div#show_options_container div.filter {
        width: 95%;
        text-align: left !important;
    }
    input#search {
        width: 80%;
    }
}

@media (max-width: 390px) {
    input#search {
        width: 75%;
    }
}

@media (max-width: 350px) {
    input#search {
        width: 70%;
    }
}

/* --------------------------- Products -------------------------- */

div#products {
    margin-bottom: 50px;
}

div.product {
    display: inline-block;
    width: 100%;
    min-height: 444px !important;
    overflow: hidden;
}

div.product_image {
    /*width: 249px;
	float: left; 
	---
	june 2nd
	position:absolute;
	*/
}

div.product_info {
    /*
width: 210px;
	padding-right: 20px;
	float: left;
	margin-top: 20px;
	----
	june 2nd
	float: left;
	margin-left:269px;
	width: 250px;
	*/
    width: 100%;
    padding-right: 0px;
    margin-top: 20px;
}

div.product_title {
    color: #0077c8;
    font-size: 21px;
    line-height: 40px;
}

div.product_price {
    margin-bottom: 10px;
}

div.btn_order a {
    color: #FFF;
    display: inline-block;
    font-family: "Lato-Regular", sans-serif;
    padding: 7px 55px 7px 15px;
    background: url('../images/btn_order.png') 85px 50% no-repeat #0077c8;
}

.btn-primary {
    color: #fff;
    background-color: #0077c8;
    border-color: #2e6da4;
}

@media (max-width: 1050px) {
    div.product_image {
        float: none;
    }
    div.product_info {
        float: none;
        margin-top: 0;
        margin-bottom: 20px;
    }
    div.product {
        width: 100%;
    }
}

@media (max-width: 940px) {
    div.product {
        width: 100%;
    }
    div.product_title {
        color: #0077c8;
        font-size: 21px;
        line-height: 40px;
    }
}

@media (max-width: 860px) {
    div.product {
        width: 100%;
    }
    div.product_title {
        color: #0077c8;
        font-size: 19px;
        line-height: 40px;
    }
    div.product_price {
        display: none;
    }
}

@media (max-width: 860px) {
    div.product {
        width: 100%;
    }
    div.product_title {
        color: #0077c8;
        font-size: 18px;
        line-height: 40px;
    }
    div.product_price {
        display: none;
    }
}

@media (max-width: 800px) {
    div.product {
        width: 100%;
    }
    div.product_title {
        color: #0077c8;
        font-size: 14px;
        line-height: 40px;
    }
    div.product_price {
        display: none;
    }
}

@media (max-width: 720px) {
    div.product {
        width: 100%;
    }
    div.product_info;
        {
        width: 100%;
    }
    div.product_title {
        color: #0077c8;
        font-size: 14px;
        line-height: 20px;
    }
    div.product_price {
        display: none;
    }
    div.btn_order a {
        line-height: 45px;
        display: inline;
    }
}

@media (max-width: 600px) {
    div.product {
        width: 100%;
    }
    div.product_info {
        display: inline;
    }
    div.product_title {
        color: #0077c8;
        font-size: 18px;
        line-height: 40px;
    }
    div.product_price {
        display: inline;
    }
    div.btn_order a {
        display: inline;
    }
}

@media (max-width: 500px) {
    div.product {
        width: 100%;
    }
    div.product_title {
        display: none;
    }
    div.product_price {
        display: none;
    }
}

@media (max-width: 450px) {
    div.product {
        width: 100%;
    }
    div.product_title {
        display: none;
    }
    div.product_price {
        display: none;
    }
    div.btn_order a {
        display: none;
    }
}

/* --------------------------- Footer -------------------------- */

/* --------------------------- Print -------------------------- */

@media print {
    body {
        background-color: #FFF;
        font-family: Arial, Helvetica;
        font-size: 12pt;
        color: #000
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #000;
        font-size: 16pt;
        font-weight: 700
    }
    a {
        color: #000
    }
    dd,
    dl,
    dt {
        margin: 5pt 0
    }
    dt {
        font-weight: 700;
        display: block;
        margin: 20pt 0 0
    }
    dd {
        margin: 0;
        padding: 0
    }
    object {
        display: none
    }
    fieldset,
    img {
        border: 0
    }
    footer {
        display: none;
    }
}

/* --------------------------- Mega Folio -------------------------- 

.mycontainer{  max-width:1260px; 
   min-width:240px; 
   width:auto; 
   margin:auto; 
   padding:0px 5px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   overflow: hidden;
}

.megafolio-container{  width:100%;  
   position:relative;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
}*/

footer {
    background: url('../images/bg_footer.png') bottom center no-repeat;
}