

/*PAGE GENERAL ITEMS                      */
/*----------------------------------------*/

body {
    background-color: whitesmoke;
    
}

.belibre_button {
    height: 30px;
    width: 100px;
    border: 2px solid #f982c9;
    margin: 1px;
    padding: 1px;
    background-color: #fefafd;
    color: #f982c9;
    font-weight: 700;
   border-radius:2px;
}

.belibre_button:hover{
   transition-duration: 0.3s;
   transform: scale(1.1);
   cursor: pointer;
}

.row {
   width:100%;
   display:block;
}

.underline {
    display:block;
    border:none;
    color:white;
    height:1px;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
}
}

h1  {
    color: black;
    margin-left: 10px;
    padding: 0px;
    font-family: "Century Gothic"
}

h2{
    color: black;
    margin-left: 10px;
    padding: 0px;
    font-family: "Century Gothic"
}

h3 {
    color: black;
    margin-left: 0px;
    padding: 0px;
    font-family: "Century Gothic";
    margin:2px;
    line-height: 36px;
}

h4 {
    color: black;
    /*margin-left: 10px;*/
    padding: 0px;
    margin: 0;
    font-family: "Century Gothic";
    
    
    margin:0;
}

h5 {
    color: black;
    /*margin-left: 10px;*/
    padding: 0px;
    margin: 0;
    font-family: "Century Gothic";
    font-size: 12px;
    
    margin:0;
}

p {
  font-size: 14px;
    text-align:justify;
}


#container {
    text-align: center;
    /*width: 100%;*/
    max-width:1300px;
    background-color: white;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    margin-bottom: 0;
    padding:0;
    
}

.loginrequest {
    font-family: "Century Gothic";
    font-size: 12px;
    
}

.loginrequest {
    display:block;
    width:100%;
    box-sizing: border-box;
    font-family: "Century Gothic";
    font-size: 12px;
    
}

.buttons_general{
    padding:2px;
}

.buttons_general:hover{
   transition-duration: 0.3s;
   transform: scale(1.1);
   cursor: pointer;
}

#img_lr_buttons:hover{
   transition-duration: 0.3s;
   transform: scale(1.1);
   cursor: pointer;
}

.center {
   text-align:center;
}

.left {
   text-align:left;
}

.right {
   text-align:right;
}

.input_group {
   width:100%;
   display:block;
}

.input_group input {
   min-width : 250px;
   height:25px;
   margin:3px;
   -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
   
}

.basic_input {
    border: solid 1px #fccde5;
    margin: 4px;
    width: 580px;
    padding: 5px;
    border-radius: 3px;
}

.input_group .sub_group {
    margin: 10px;
    border: 1px solid gray;
    width: 560px;
    padding: 3px;
    background-color: #FFEBEE;
}

.input_group select {
   min-width : 250px;
   height:25px;
   margin:3px;
   -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
   
}

.name_text {
   width:150px;
   display:inline-block;
   
}

/*ITEM PRICE AND ADD TO CART SECTION      */
/*----------------------------------------*/


/*input[type=text] {*/


.addcartbutton, .addcartbuttoncookie{
    width:60px;
    height:35px;
}

.addcartbutton:hover , .addcartbuttoncookie:hover {    
    transition-duration: 0.3s;
    transform: scale(1.2);
    cursor: pointer;
    
}

.qty_selector_input_text {
  float: left;
  width: 35px;
  font: 14px Helvetica, sans-serif;
  padding: 3px 0 0 0;
  text-align: center;
  
}

.buttons {
  padding: 20px 0 0 140px;
}

#icbuttons {
   width:20px;
   height:20px;
/*   display:block;*/
   padding: 2px;
   
}

.ic_hordivs
 {
    display:inline-block;
    margin: 0;
    padding: 0;
    width: 32%;
    vertical-align: middle;
    box-sizing: border-box;
     height:24px;
   
}

#icbuttons:hover {
    
    transition-duration: 0.3s;
    transform: scale(1.25);
    cursor: pointer;
    
}



#qtyselector {
   display: flex;                  /* establish flex container */
   flex-direction: row;            /* default value; can be omitted */
   flex-wrap: nowrap;              /* default value; can be omitted */
   justify-content: space-between; /* switched from default (flex-start, see below) */
   width:90px;
   margin:auto;
    
   
}


/*Items inside col3*/
#addtocart_block1 , #addtocart_block2 , #addtocart_block3 {
    width:100%;
    display:inline-block;
    line-height: normal;
    padding-top:6px;
    padding-bottom:6px;
    margin:0px;
    vertical-align: middle;
    box-sizing: border-box;
    float right;
    text-align: center;
    
    
}

.p1 {
    text-align: center;
    font-size:14px;
    line-height: 14px; 
    margin:3px;
     
}

.col2 .options_block {
   
   line-height: normal;
    padding-top:6px;
    padding-bottom:6px;
    width:100%;
    text-align: left;  
    /*border: 1px solid #FFEBEE;
        border-radius: 5px;*/
    
}

.col2  .options_block .option_row { 
    width:100%; 
    padding-left:5px;
}

.option_row .option_leftcol { 
    width:40%;
    display:inline-block;
    box-sizing: border-box;
    font-size:12px;
    
    
}
.option_row .option_rightcol { 
    width:60%;
    display:inline-block;
    box-sizing: border-box;
    font-size:12px;
}


.optionselect {
    /*font-size : 11px;*/

   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 1px;
   -webkit-padding-start: 1px;
   -webkit-user-select: none;
   
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   /*color: #555;*/
   font-size: inherit;
   margin: 1px;
   overflow: hidden;
   padding: 2px 2px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 80%;
}


/*SHOPPING ITEMS TABLE                    */
/*----------------------------------------*/ 

table {
    align-items:center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding 0px;
}

.handle{
    
    text-align : left;
    box-sizing: border-box;
    cursor: pointer;
    display:none;
    width:35px;
    height:35px;
    margin:auto;
}

.dbload_row {
    width:100%;
    display:inline-block;
    height:auto;
/*    vertical-align: top;*/
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    /*margin:0px;
    padding:0px;
    max-width:1300px;*/

   
}

.content_col {
    float:right;
    box-sizing: border-box;
    overflow:hidden;
    width:75%;
    margin:0px;
    padding:0px;
    display:block;
    vertical-align: top;
    
}

.col1{
    float:left;
    align-items: left;
    text-align: left;
    width: 25%;
    overflow: hidden;
    text-align: center;
    font-family: "Century Gothic";
    padding-bottom: 2px ;
    padding-left: 15px ;
    padding-right: 15px ;
    padding-top: 5px ;
    box-sizing: border-box;
    margin:0;
    display:block;
}

.col2{
    
    width: 70%;
    padding: 8px;
    text-align: left;
    
    font-family: "Century Gothic";
    padding-bottom: 2px ;
    padding-left: 15px ;
    padding-right: 15px ;
    padding-top: 5px ;
    overflow: hidden;
    box-sizing: border-box;
    margin:0;
    display:inline-block;
        vertical-align: top;
    
    
}

.col3{
    
    
    width:30%;
    
    text-align: center;
    font-family: "Century Gothic";
    padding-bottom: 2px ;
    padding-left: 15px ;
    padding-right: 15px ;
    padding-top: 2px ;
    box-sizing: border-box;
    margin:0;
    display:inline-block;
    vertical-align: bottom;
    height:30%;
}


.col4{

    width:100%;
    
    text-align: center;
    font-family: "Century Gothic";
    padding-bottom: 2px ;
    padding-left: 15px ;
    padding-right: 15px ;
    padding-top: 2px ;
    box-sizing: border-box;
    margin:0;
    display:inline-block;
    vertical-align: bottom;
    height:30%;
}

.imgdb1{
    height: 240px;
    width:auto;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding:1px;
}

.imgdb2{
    height: 240px;
    width:auto;
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding:5px;
}

.img_checkout {
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*ORDER CONFIRM PAGE                      */
/*----------------------------------------*/

.orderpage {
    width: 100%;
    
}

/*#OrderTable .cartcol_h0, 
#OrderTable .cartcol0 { 
    width : 8%;
    text-align:center;
}

 #OrderTable .cartcol_h1,
 #OrderTable .cartcol1
 {
    width : 56%;
    text-align:left;
}

 #OrderTable .cartcol_h2,
 #OrderTable .cartcol2
 {
    width : 16%;
    text-align:Center;
}
 #OrderTable .cartcol_h3,
 #OrderTable .cartcol3
{
    width : 10%;
    text-align:right;
    padding-right:4px; 
}
 #OrderTable .cartcol_h4,
 #OrderTable .cartcol4
 {
    width : 10%;
    text-align:right;
    padding-right:4px;
}*/

/*SERVICES PAGE                           */
/*----------------------------------------*/

.services_text {

    top:0px;

    left: 20%;
    width : 60%;
    display: inline-block; 

}

.services_text h2{
   font-family : 'juice itc';
   color: #CC6699;
   font-size: 4vh;
   margin:0px;
}

.services_text p{
   font-family :  "Century Gothic" ;
   color: #CC6699;
   font-size: 2vh;
   margin:10px;
}

.services_container {
    
    text-align: center;
    display:inline-block;
    width:100%;
    /*color: white;*/
}

.services_container img{
    width:100%;
}

.services_container .imgcolleft{
    width:20%;
   max-width:130px;
   float:left;
   display: inline-block;
}

.services_container .imgcolright{
    width:20%;
   max-width:130px;
   float:right;
   display: inline-block;
}


/*SHOPPING CART                           */
/*----------------------------------------*/



#container #Cart_List .carttable {
    line-height: 30px;
    font-family: "Century Gothic";
    /*background-color:#555;*/
    
    /*color: #f2f2f2;*/
    
    /*display:inline-block;*/
    
    
    
    width : 90%;
    
   /* margin-bottom: 20px;*/
    
}

/*//Header Cols*/

 .cartcol_h0, 
 .cartcol0 { 
    width : 8%;
    text-align:center;
}

 .cartcol_h1,
 .cartcol1
 {
    width : 52%;
    text-align:left;
}

 .cartcol_h2,
 .cartcol2
 {
    width : 16%;
    text-align:Center;
}
 .cartcol_h3,
 .cartcol3
{
    width : 10%;
    text-align:right;
    padding-right:4px; 
}
 .cartcol_h4,
 .cartcol4
 {
    width : 10%;
    text-align:right;
    padding-right:4px;
}
 .cartcol_h5,
 .cartcol5
 {
    width : 4%;
    text-align:Center;
}

 .cartcol_h0,
 .cartcol_h1,
 .cartcol_h2,
 .cartcol_h3,
 .cartcol_h4,
 .cartcol_h5 
 {
    font-weight:600;
    border-bottom: 1px;
    border-bottom-style:solid;
    border-color : #f2f2f2;

}


.cartcol0,
.cartcol1,
.cartcol2,
.cartcol3,
.cartcol4,
.cartcol5 {

    font-weight:100;
    border-bottom: 0.5px;
    border-bottom-style:solid;
    border-color : #f2f2f2;
    display: table-cell;
   
}


.cartcol_f0 { /*Similar to cartcol 0 to 3*/
    width : 86%;
    border-bottom: 1px;
    border-bottom-style:solid;
    border-color : #f2f2f2;
    text-align: right;
    font-weight:600;
}

.cartcol_f1 { /*Similar to cartcol 4*/
    width : 10%;
    border-bottom: 1px;
    border-bottom-style:solid;
    border-color : #f2f2f2;
    text-align: right;
    padding-right:4px;
    font-weight:600;
}
.cartcol_f2 { /*Similar to cartcol 5*/
    width : 4%;
    border-bottom: 1px;
    border-bottom-style:solid;
    border-color : #f2f2f2;
    font-weight:600;
}




/*SHOPPING CART AND USER HEADER           */
/*----------------------------------------*/  


#img_lr_buttons {
    width:60px;
    height:35px;
    
    padding: 5px;
    border-radius: 0px;
    vertical-align: middle;
    margin: 0 0 0 0;
    /*height: 35px;
    width:35px;
    float:right;*/
}

.pageheader .header_item {
    display:inline-block;
    margin: 0 auto;
    padding: 0;
    width: 160px;
    height: 100%;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    vertical-align: bottom;
    
    
}

#container #header .pageheader .txt {
    /*padding: 5px;*/
    /*border-radius: 15px;*/
    vertical-align: bottom;
    display:inline-block;
    /*margin-top:15px;
    margin-bottom:10px;*/
    /*float:right;*/
    height:100%;
    margin: auto;
    vertical-align: bottom;
}

#container #header .pageheader
{ 
   
    /*background-color: #7C7C7C;*/ /*Background Color edit in main colors in belibrestyle.css*/ 
    
    font-family: "Century Gothic";
    /*color: #f2f2f2;*/
    overflow: hidden;
    
    
    text-align: right;
    /*line-height: 5px;*/
    
    display:block;
    
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    
   
    
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom: 0px;
    
    font-size: 1.0em;
    
    width: 100%;
    height: 45px;
    border-radius:4px;
    
    
    
}

.cartqtyblock {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 70px;
    margin: auto;
}

#container #header .pageheader #img_cart {
    padding: 5px;
    border-radius: 15px;
    vertical-align: middle;
    margin: 0 0 0 0;
    height: 35px;
    width:35px;
    float:right;
}



#container #header .pageheader img:hover {
    /*padding: 5px;
    border-radius: 15px;
    vertical-align: middle;
    margin: 0 0 0 0;
    height: 35px;
    width:35px;
    float:right;*/
    transition: all .2s ease-in-out;
    
    transition-duration: 0.3s;
    transform: scale(1.1);
   
    
}

.shoppingcart_checkout ul {
    padding:0px;
    margin : 0px auto;
}

.shoppingcart_checkout li {
    list-style: none;
    font-family: "Century Gothic";
    line-height: 25px;
    font-size: 14px;
    padding:0px;
    margin : 0px auto;
}






    



/*CONTACTS PAGE                           */
/*----------------------------------------*/

.contact_map {
    float:left;
    box-sizing: border-box;
    padding:15px;
    width:48.5%;
    display:inline-block;
    border: 3px solid #FFEBEE;
        border-radius: 14px;
    margin-left:1%;
    margin-right:0.5%;
    margin-top: 2px;
    margin-bottom: 2px;
}

.contact_info {
    box-sizing: border-box;
    width:48.5%;
    font-family: "Century Gothic";
    line-height: 16px;
    font-size: 12px;
    display:inline-block;
    padding:15px;
    border: 3px solid #FFEBEE;
    border-radius: 14px;
    margin-left:0.5%;
    margin-right:1%;
    margin-top: 2px;
    margin-bottom: 2px;
    
}





#fb-page-container {
    
    width: 70%;
    align-content: center;
    /*align-self: left;*/
    margin-left: 0px auto;
   
    padding: 15px;
    display: inline-block;
    box-sizing: border-box;
   
    
}


/*FOOTER                                  */
/*----------------------------------------*/

footer {
    /*background-color: #7C7C7C;*/ /*Background Color edit in main colors in belibrestyle.css*/ 
    
    font-family: "Century Gothic";
    /*color: #f2f2f2;*/
    display: flex;
    text-align: center;
    
    padding: 5px 0px;
    
    font-size: 0.75em;
    bottom:0;
    width: 100%;
    border: 1px solid #FFEBEE;
        border-radius: 4px;
    box-sizing: border-box;
}


.soc img{
    height: 32px;
    width: auto;
    padding: 1px;
    
}

.soc{
    width:100%;
    list-style: none;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    padding:0;
    text-align:center;
}

.footer-vert{
    display:table-row;
    width:100%;
}


.soc li{
    display:inline;  
}

.soc li a{
    padding:0px;
   
    
}

.soc img:hover {
    
    transition-duration: 0.3s;
    transform: scale(1.25);
    cursor: pointer;
}

.blog_cont {
    display:inline-block;
    box-sizing: border-box;
    width:100%;
    
}
.blog_items{
    display:inline-block;
    box-sizing: border-box;
    width:80%;
    
}

.blog_items img{
    display:inline-block;
    box-sizing: border-box;
    width:100%;
    height:auto;
    
}


/*HEADER                                  */
/*----------------------------------------*/

.login_split1, .login_split2 {
   box-sizing:border-box;
   margin: 0px;
    padding: 0px;
    border: 0px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    
   
}

.login_split1 {
   width:50%;
   line-height: 15px;
   vertical-align: middle;
}




.header-img{
   width:100%;
  
   padding:0;
   margin:0 auto;
   display:block;"
}

#container #header {
   float:left;
   display:inline-block;
   width:100%;

}

#container #header #mainimage{
    padding:0;
    margin:0;
    float:left;

}

.slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
}
.slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}


/*OPTION SELECT BLOCK IN IMAGE.html       */
/*----------------------------------------*/

#container #osb {
    font-family: "Century Gothic";
    background-color: #333;
    display:none;
    margin: 10 10 10 10;
    padding: 10;
    float:right;
}


/*Main Colors                             */
/*----------------------------------------*/
/*Main header backgrounds*/
#ddmenu ul, footer, #container #header .pageheader ,#container #Cart_List .carttable {
    background-color: #FEFAFD;  /*#333;*//*#757575;  */
}
/*All Text items*/
#ddmenu li, #container #header .pageheader, footer,#container #Cart_List .carttable {
    color:#9B9197; 
}

#ninja-slider {
    background-color: #FEFAFD;
}

.carttable {
    border-top: 0;
    margin: 0px auto;
}

/*CUSTOMER DETAILS REVIEW                 */
/*----------------------------------------*/

.cart_row {
    width:80%;
    vertical-align: text-top;
    align-content: center;
    text-align: center;
    margin:auto;
    border-bottom:1px solid #FFEBEE;
}



.review_col1 {
    font-family: "Century Gothic";
    display: inline-block;
    width : 40%;
    padding:15px;
    box-sizing: border-box;
    line-height:18px;
    margin-top:0px;
    margin-bottom:auto;
    height:100%;
    vertical-align: top;
   
    
}
.review_col2 {
    font-family: "Century Gothic";
    display: inline-block;
    width : 60%;
    padding:15px;
    box-sizing: border-box;
    line-height:18px;
    margin-top:0px;
    margin-bottom:auto;
    height:100%;
    vertical-align: top;
    
    
}

.rev_block_A {
    padding-left:25px;
    padding-top:6px;
    padding-bottom:3px;
    width : 100%;
    background-color: #FFEBEE;
}

.rev_block_B {
    padding-left:25px;
    padding-top:6px;
    padding-bottom:3px;
    width : 100%;

}


.review_col1 p, .review_col2 p {
    line-height: 15px;
    margin-top:8px;
    margin-bottom:8px;
    

}


.inv_image {
    list-style: none;
    width : 100%;
    box-sizing: border-box;
    padding:0;
    display: inline-block;
}

.inv_image img {
    list-style: none;
    width : 100%;
    height:auto;
}

.inv_image .imgbox {
    box-sizing: border-box;
    padding:4px;
    display: inline-block;
    width:30%;
}



/*EDIT PRODUCTS                           */
/*----------------------------------------*/

.option_group {
    border: solid 1px #fccde5;
    margin: 4px;
    width: 580px;
    padding: 5px;
    border-radius: 3px;
   
}

.option_group .input_group label {
   width:150px;
}

.products_col{
    float:left;
    align-items: left;
    text-align: left;
    width: 25%;
    overflow: hidden;
    text-align: center;
    font-family: "Century Gothic";
    padding-bottom: 2px ;
    padding-left: 15px ;
    padding-right: 15px ;
    padding-top: 5px ;
    box-sizing: border-box;
    margin:0;
    display:block;
   height:350px;
}








/*REDUCED SCREEN SIZE                     */
/*----------------------------------------*/

@media screen and (max-width: 580px) {
    .handle{
        display:block;
        height:100%;
        width:auto;
        /*font-family: "Century Gothic";*/
        padding: 6px;
        padding: 6px;
        float:left;
    }
   
     /*HEADER - REDUCED */
   .header-img {
      width : 100%;
      height:auto;
      
   }
    
    .col1 {
        width:100%;
        display:block;
        
    }
    .content_col{
        width:100%;
        padding:5px;
        
    }
    .dbload_row{
        height:auto;
        display:inline-block;
        margin:auto;
     
        
    }
    .col2{
        vertical-align: top;
        padding:3px;
    }
    .col3{
        vertical-align: top;
        padding:3px;
    }
    
    .option_row .option_leftcol { 
    width:50%;

    
    }
    .option_row .option_rightcol { 
        width:50%;
        
    }
    #container{
        width:100%;
        padding: 0;
    }
    body{
        padding: 0;
        margin: 0;
    }
    table{
        margin: 0;
        width: 500%;
        align-content: stretch;
        
    }
    #container #Cart_List .carttable {
        width: 100%;
    }
    
    .dropdown-content {
        width: 100%;
        overflow:auto;
    }
    #ddmenu{
        background: #333;
        width:100%;
        display:none;
    }
    #ddmenu ul li{
        width:100%;
        border:1px solid rgba(255,255,255,0.2);
        border-radius: 4px;
        align-items:middle;
        line-height:30px;
       
    }
    #ddmenu .dropdown
    {
        width:auto;    
        left:0px;
        color:#000;
        padding:0;margin:0;display:none;position:relative;  /*change display none*/
        top:100%;
        border:1px solid rgba(255,255,255,0.35);
        border-top:none;
        border-radius:2px;
        background-color:rgba(0,0,0,0.2);
        background-color:#ccc \9;/*fallback for old IE*/
    }
    #ddmenu .column
    {
        text-align:center;
        vertical-align:top;/*or middle*/
        display:block; /*Change to inline block to have columns*/
        background-color:#FFF;
        /*float:left;*/
       /* *display:inline;*zoom:1;*/
        /*white-space:normal;*/
        width:100%;
        padding:0 0px;
        
        padding-top:0px;
        margin: 0;
        
        
        
        
    }
    #ddmenu h3 {
      font-weight: 500;
      line-height: 1.1;
      margin-top: 1px;
      margin-bottom: 1px;
      font-size: 20px;
        color: #FCCDE5;
        padding-top:0px;
        
    }
 
    
    #ddmenu .dd-inner {
        text-align:center;
        padding-left:5px;
        padding-bottom:5px;
        padding-right:5px;
        padding-top:0;

        margin:5px;
        background-color:#FFF;
        /*white-space:nowrap;*/
        font-size:13px;
        
    }
    
    .contact_map {
        display: block;
        box-sizing: border-box;
        width:100%;
        padding:20px;
        margin:0;
        
    }
    .contact_info {
        display: block;
        box-sizing: border-box;
        width:100%;
        
        margin :0;
    }
    .pageheader.sticky{
        position:fixed;
        top:0;
    }
    
    .cartqtyblock {
        display: block;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 70px;
        margin: auto;
    }
    .cartqtyblock .ic_hordivs{
        width:100%;
        text-align: center;
        margin:0 auto;
    }
    
    
    .cart_row {
    width:95%;
    vertical-align: text-top;
    align-content: center;
    text-align: center;
    margin:auto;
    border-bottom:1px solid #FFEBEE;
        display:inline-block;
        height:40px;
}



    .review_col1 {
        font-family: "Century Gothic";
        display: block;
        width : 100%;
        padding:15px;
        box-sizing: border-box;
        line-height:18px;
        margin-top:0px;
        margin-bottom:auto;
        height:100%;
        vertical-align: top;


    }
    .review_col2 {
        font-family: "Century Gothic";
        display: block;
        width : 100%;
        padding:15px;
        box-sizing: border-box;
        line-height:18px;
        margin-top:0px;
        margin-bottom:auto;
        height:100%;
        vertical-align: top;


    }
    
    .blog_items{
    display:inline-block;
    box-sizing: border-box;
    width:95%;
    }
    
    #fb-page-container {
    
    width: 100%;
    }
   
    .pageheader .header_item {
    display:inline-block;
    margin: 0 auto;
    padding: 0;
    width: 130px;
    height: 100%;
    font-size: 10px;
    line-height: 45px;
    text-align: center;
    vertical-align: bottom;
    }
    
    .cartcol_h0 {
        display:none;
    }
     .cartcol_h1,
     .cartcol_h2,
     .cartcol_h3,
     .cartcol_h4,
     .cartcol_h5 
     {
        font-weight:600;
        border-bottom: 1px;
        border-bottom-style:solid;
        border-color : #f2f2f2;
        font-size: 14px;
        line-height:20px;

    }


    .cartcol0 {
        display:none;
        width:0px;
    }
    .cartcol1,
    .cartcol2,
    .cartcol3,
    .cartcol4,
    .cartcol5 {

        font-weight:100;
        border-bottom: 0.5px;
        border-bottom-style:solid;
        border-color : #f2f2f2;
        display: table-cell;
        font-size: 12px;
    }
    
    .cartcol_f0 { /*Similar to cartcol 0 to 3*/
        width : 78%;
        font-size:14px;
    }

    .cartcol_f1 { /*Similar to cartcol 4*/
        width : 10%;
        font-size:14px;
        padding-right:0px;
        
    }
    .cartcol_f2 { /*Similar to cartcol 5*/
        width : 12%;
        font-size:14px;
    }
    
    /* .cartcol_h0, 
     .cartcol0 { 
        width : 8%;
        text-align:center;
    }*/

     .cartcol_h1,
     .cartcol1
     {
        width : 52%;
        text-align:left;
    }

     .cartcol_h2,
     .cartcol2
     {
        width : 16%;
        text-align:Center;
    }
     .cartcol_h3,
     .cartcol3
    {
        width : 10%;
        text-align:right;
        padding-right:0px; 
    }
     .cartcol_h4,
     .cartcol4
     {
        width : 10%;
        text-align:right;
        padding-right:0px;
    }
     .cartcol_h5,
     .cartcol5
     {
        width : 12%;
        text-align:Center;
    }
    #icbuttons {
       display:block;
       padding: 0px;
        margin: 0 auto;

    }
    
    h4 {
        color: black;
        /*margin-left: 10px;*/
        padding: 0px;
        margin: 0;
        font-family: "Century Gothic";
        font-size:14px;

        margin:0;
    }

    h5 {
        color: black;
        /*margin-left: 10px;*/
        padding: 0px;
        margin: 0;
        font-family: "Century Gothic";
        font-size: 14px;

        margin:0;
    }

    p {
      font-size: 12px;
      
        text-align:justify;
    }
    
    #img_lr_buttons {
        width:50px;
        height:auto;
    }

   .col2  .options_block .option_row { 
       width:100%; 
       padding-left:0px;
    }
    
    .col2  .options_block { 
       width:100%; 
       padding-left:0px;
        border: none;
        border-radius: none;
    }
}


    
} 
