.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 40%;
    position: absolute;
    left: 40%;
}

td strong {
    font-weight: bold;
    color: black;
}

.yith-ajaxsearchform-container {
  margin-top: 8px;
}

#yith-searchsubmit {
      margin-left: -12px;
    border-radius: 0 5px 5px 0 !important;
    height: 30px !important;
}

.yith-s {
    margin-left: 20px;
    line-height: 2em;
    height: 25px;
}

.autocomplete-suggestions {
    position: relative !important;
    max-height: 300px;
    z-index: 9999;
    width: 153px;
    float: right !important;
    margin-right: 170px !important;
}

.autocomplete-suggestion {
    background: #fff;
    padding-left: 15px;
    cursor: pointer;
    text-align: left;
    line-height: 1.5em;
    font-size: 12px;
    margin-bottom: 10px;
}

.woocommerce-result-count, .woocommerce-ordering {
  display: none;
}

#outerheader {
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: static;
    z-index: 20;
}

.post {
    margin-bottom: 0px;
    padding: 0 0 0px 0;
    clear: both;
}

.breadcrumbs {
  margin-top: 1em;
  margin-bottom: 1em;
}

div.pp_woocommerce div.ppt {
    display: none !important;
}

#menu-item-58 ul  {
margin-left: 105px;
}

.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
    -moz-user-select: none;
    border: 0 !important;
}

#logo {
    float: left;
    width: 174px;
    height: 78px;
}

.beta {
 text-align: center;
  margin-top:40px;
}

#headerright {
    float: right;
    padding: 0px 0px 15px;
    margin-top: 4px;
    width: 200px;
}

.beta h2 {
 font-size: 72px; 
  margin-top: 13px;
  padding-bottom: 10px;
 font-family: 'Tangerine', cursive !important;
     -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
  color: #3F3F3F;
}

.related.products {
    padding-left: 0;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 99%;
    margin-bottom: 40px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 20px;
}

.dessky-display-pd-col-3.products h2, .padcontent.product-detail .related h2 {
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight: bold;
    padding-bottom: 14px;
    text-transform: uppercase;
}

.thumbnails columns-3 img {
  width: 100% !important;
  height: 100% !important;
}

.pp_gallery ul a img {
    border: 0 !important;
}

#fullResImage{
    height: auto;
    max-width: 100%;
    border: 0 !important;
}



.td0 {
background-color: #8adbd3;
}

.td1 {
background-color: #ededed;
}

div.pp_woocommerce .pp_content_container {
    background: rgba(255, 255, 255, 0.06);
}

div.pp_overlay {
    opacity: 0.9 !important;
}

.container .nine.columns {
    width: 940px;
}

tr td {
    padding: 6px 24px;
    vertical-align: middle;
}

.td2 {
  background-color: #D5EEF2;
}

.wpcf7 textarea {
  height: 100px;
}

.wpcf7-form p {
 font-size: 14px; 
}

.wyroz {
width: 1020px;
height: 220px;
background-color: rgba(159, 255, 0, 0.13);
padding-top: 20px;
margin-left: -40px;
margin-top: -10px;
position: absolute;
z-index: -111;
  -webkit-transition: 1.5s; /* Safari */
transition: 1.5s;
}

.wyroz2 {
width: 1020px;
height: 400px;
background-color: rgba(255, 255, 255, 0.33);
padding-top: 20px;
margin-left: -40px;
margin-top: -10px;
position: absolute;
z-index: -111;
  -webkit-transition: 1.5s; /* Safari */
transition: 1.5s;
}

.wyroz2:hover {
  background-color: rgba(255, 36, 0, 0.1);
}


.master-slider-parent {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

h2{
    color: #14BFB2;
    font-size: 26px;
    margin-bottom: 26px;
}

#outerfooter {
    background: rgba(255, 255, 255, 0.05) none repeat scroll 0% 0%;
}

.ms-parent-id-1 > .master-slider {
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
}

.ms-nav-next, .ms-ctimer, .ms-bullets.ms-dir-h, .ms-nav-prev, #outerfootersidebar, .pagetitle {
  display: none;
}

img {
border: 3px solid #08A9C2 !important;
border-radius: 12px;
-webkit-transition: 1.5s; /* Safari */
transition: 1.5s;
}

img:hover {
  border: 3px solid #D6B90C !important;
}

#logoimg img {
    border: 0 !important;
    width: 115px;
}

#navigation {
    border-width: 0px;
    border-style: solid;
    border-color: #ECECEC #F1F1F1 #D0D0D0 #D2D2D2;
background: #bce0ee; /* Old browsers */
background: -moz-linear-gradient(top,  #bce0ee 0%, #d8f6ff 50%, #b3dced 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bce0ee), color-stop(50%,#d8f6ff), color-stop(100%,#b3dced)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bce0ee 0%,#d8f6ff 50%,#b3dced 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bce0ee 0%,#d8f6ff 50%,#b3dced 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bce0ee 0%,#d8f6ff 50%,#b3dced 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bce0ee 0%,#d8f6ff 50%,#b3dced 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bce0ee', endColorstr='#b3dced',GradientType=0 ); /* IE6-9 */

  -webkit-transition: 1s; /* Safari */
    transition: 1s;

}

.sf-menu > li a, .sf-menu li li a, .sf-menu a {
background: #bce0ee; /* Old browsers */
background: -moz-linear-gradient(top,  #bce0ee 0%, #d8f6ff 50%, #b3dced 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bce0ee), color-stop(50%,#d8f6ff), color-stop(100%,#b3dced)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bce0ee 0%,#d8f6ff 50%,#b3dced 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bce0ee 0%,#d8f6ff 50%,#b3dced 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bce0ee 0%,#d8f6ff 50%,#b3dced 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bce0ee 0%,#d8f6ff 50%,#b3dced 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bce0ee', endColorstr='#b3dced',GradientType=0 ); /* IE6-9 */
  -webkit-transition: 1s; /* Safari */
    transition: 1s;
  
}

.sf-menu a:hover, .sf-menu li a:hover, #topnav li li a:hover, .sf-menu li li a:hover, .sf-menu li li a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e76a67+0,d13d39+100 */
background: #e76a67; /* Old browsers */
background: -moz-linear-gradient(top,  #e76a67 0%, #d13d39 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e76a67), color-stop(100%,#d13d39)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e76a67 0%,#d13d39 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e76a67 0%,#d13d39 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e76a67 0%,#d13d39 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e76a67 0%,#d13d39 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76a67', endColorstr='#d13d39',GradientType=0 ); /* IE6-9 */
 endColorstr='#ff5c5c',GradientType=0 ); /* IE6-9 */
  color: white !important;
}

.sf-menu a, .sf-menu a:visited, #topnav li li a, .sf-menu li li a, .sf-menu li li a:visited {
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
    font-family: "Open sans", Arial;
    font-size: 14px;
    color: #012C29;
}

#bodychild {
    background: rgba(255, 255, 255, 0.24) none repeat scroll 0% 0%
}

#outercontainer {
    border-top: 0;
}


#searchform .searcharea, #searchform .bgsearch, .widget_product_search #searchform input#s {
    background: transparent none repeat scroll 0% 0%;
    width: 250px;
}

.info {
 font-size: 12px; 
}

#searchform input {
   margin-left: -15px !important;
}

#ser2 {
    width: 140px !important;
    background-color: rgb(242, 242, 242);
    padding-left: 6px !important;
    padding-top: 4px !important;
    border: 1px solid #D4D4D4 !important
    padding-bottom: 2px !important;
    height: 26px !important;
    vertical-align: middle;
    margin-right: -10px;
}

a.button {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e76a67+0,d13d39+100 */
background: #e76a67; /* Old browsers */
background: -moz-linear-gradient(top,  #e76a67 0%, #d13d39 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e76a67), color-stop(100%,#d13d39)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e76a67 0%,#d13d39 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e76a67 0%,#d13d39 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e76a67 0%,#d13d39 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #e76a67 0%,#d13d39 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76a67', endColorstr='#d13d39',GradientType=0 ) !important; /* IE6-9 */
 endColorstr='#ff5c5c',GradientType=0 ) !important; /* IE6-9 */

     box-shadow: 0px 0px 0px rgba(0, 68, 78, 0) !important;
    text-shadow: 0px 0px 0px rgba(0, 68, 78, 0) !important;
    color: #FFF !important;
    font-size: 13px !important;
    height: 32px;
    font-family: "Open sans",Arial !important;
    font-weight: normal !important;
}

input[type="submit"] {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e76a67+0,d13d39+100 */
background: #e76a67; /* Old browsers */
background: -moz-linear-gradient(top,  #e76a67 0%, #d13d39 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e76a67), color-stop(100%,#d13d39)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e76a67 0%,#d13d39 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e76a67 0%,#d13d39 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e76a67 0%,#d13d39 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #e76a67 0%,#d13d39 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76a67', endColorstr='#d13d39',GradientType=0 ) !important; /* IE6-9 */
 endColorstr='#ff5c5c',GradientType=0 ) !important; /* IE6-9 */
    color: #fff !important;
    font-size: 12px !important;
    height: 28px !important;
     box-shadow: 0 0px 0 #057497 !important;
  border-radius: 0 !important;
}

input[type="submit"]:hover {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e76a67+0,d13d39+100 */
background: #e76a67; /* Old browsers */
background: -moz-linear-gradient(top,  #e76a67 0%, #F8312B 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e76a67), color-stop(100%,#F8312B)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e76a67 0%,#F8312B 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e76a67 0%,#F8312B 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e76a67 0%,#F8312B 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #e76a67 0%,#F8312B 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76a67', endColorstr='#F8312B',GradientType=0 ) !important; /* IE6-9 */
 endColorstr='#ff5c5c',GradientType=0 ) !important; /* IE6-9 */
    box-shadow: 0 0px 0 #057497 !important;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0) !important;
    color: #fff !important;
    font-size: 12px !important;
    height: 28px !important;
}


}

tr td {
    border-bottom: 1px solid #E7E7E7;
    font-size: 14px;
    width: 550px;
  padding: 6px 10px;
  border-right: 1px solid #F3F1F1;
    vertical-align: middle;
}

#searchform input {
 margin: 0px;
width: 80px;
vertical-align: middle;
padding: 2px 0px 2px 0px;
border: 0px none;
height: 25px;
}

p, ul, ol, blockquote {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5em;
    color: #393939;
}


.sub-menu {
 width: 250px !important; 
}

.pagetitle {
    font-weight: normal;
    font-family: "Open sans", Arial;
}


.wpcf7 textarea {
    width: 71%;
    float: left;
}

input[type="text"], input[type="email"], textarea, input[type="password"], select {
    border: 1px solid #d1d1d1;
    color: #666;
    width: 71%;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
    max-width: 600px;
}

table {
    border: 1px solid #AFAFAF;
    border-bottom: 0;
    font-size: 14px;
    color: #505050;
    margin-bottom: 70px;
  background-color: white;
}

.woocommerce ul.products li.product h3 {
    padding: 0.5em 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 1.1em;
    font-family: "Open sans",Arial;
    font-weight: bold;
    color: #14BFB2;
    text-transform: uppercase;
    text-align: left;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-family: "Open sans", Arial;
}

a.button, a.button:visited, input.button, input.button:visited, input[type="submit"], a.more-link, div.product form.cart button.button, #content div.padcontent a.button.alt, #maincontent div.entry-content a.button.alt, #content div.padcontent #order_review input.button.alt, #maincontent div.entry-content #order_review input.button.alt, #content div.padcontent form input.button, #maincontent div.entry-content form input.button, #content div.padcontent form .button, #maincontent div.entry-content form .button, #sidebar button.button, .home-page-boxes .widget a.button, .home-page-boxes .widget a.button:visited, .membership-homepage .memberAndTestimonial a.button, .membership-homepage .memberAndTestimonial a.button:visited, .flex-caption a.button, .flex-caption a.button:visited, .kws_input_container input.b {
    text-shadow: 0px 0px 0px white !important;
   
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    border: 1px solid #DDDDDD;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 58%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 99%;
  
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    width: 250px !important;
    height: 100% !important;
}

input[type="text"], textarea, input[type="password"], select {
    border: 1px solid #d1d1d1;
    color: #666;
    width: 100%;
}

#navigation #searchform {
    position: relative;
    float: right;
    margin-right: 15px;
    margin-top: 12px;
}


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-family: "Open Sans", Arial !important;
}

a.button:hover, input.button:hover, input[type="submit"]:hover, a.more-link:hover, div.product form.cart button.button:hover, #content div.padcontent a.button.alt:hover, #maincontent div.entry-content a.button.alt:hover, #content div.padcontent #order_review input.button.alt:hover, #maincontent div.entry-content #order_review input.button.alt:hover, #content div.padcontent form input.button:hover, #maincontent div.entry-content form input.button:hover, #content div.padcontent form .button:hover, #maincontent div.entry-content form .button:hover, #sidebar button.button:hover, .home-page-boxes .widget a.button:hover, .membership-homepage .memberAndTestimonial a.button:hover, .flex-caption a.button:hover, .kws_input_container input.b:hover {
    background: transparent -moz-linear-gradient(center top , #E2615E, #FE3A34) repeat scroll 0% 0% !important;
    box-shadow: 0px 0px 0px rgba(0, 68, 78, 0) !important;
    text-shadow: 0px 0px 0px rgba(0, 68, 78, 0) !important;
    color: #FFF !important;
}

#searchform input {
    -webkit-border-top-right-radius: 6px !important;
    -webkit-border-bottom-right-radius: 6px !important;
    -moz-border-radius-topright: 6px !important;
    -moz-border-radius-bottomright: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

/* ROLL LINKS */
.roll-link {
    display: inline-block;
    overflow: hidden;

    vertical-align: top;

    -webkit-perspective: 600px;
       -moz-perspective: 600px;
       -ms-perspective: 600px;
       perspective: 600px;

    -webkit-perspective-origin: 50% 50%;
       -moz-perspective-origin: 50% 50%;
       -ms-perspective-origin: 50% 50%;
       perspective-origin: 50% 50%;
       
}

.roll-link:hover {text-decoration:none;}

.roll-link span {
    display: block;
    position: relative;
    padding: 0 2px;

    -webkit-transition: all 400ms ease;
       -moz-transition: all 400ms ease;
       -ms-transition: all 400ms ease;
       transition: all 400ms ease;
    
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
       -ms-transform-origin: 50% 0%;
       transform-origin: 50% 0%;
    
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
       -ms-transform-style: preserve-3d;
       transform-style: preserve-3d;
}
.roll-link:hover span {
        background: #DD4D42;
         

        -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
}

.roll-link span:after {
    content: attr(data-title);

    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 2px;

    color: #fff;
    background: #DD4D42;

    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
       -ms-transform-origin: 50% 0%;
       transform-origin: 50% 0%;

    -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}

.woocommerce ul.products li.product h3 {
    padding: 0.5em 0px;
    margin: 0px;
    font-size: 15px;
    line-height: 1.1em;
    font-family: "Open sans",Arial;
    font-weight: bold;
    color: rgb(2, 86, 79);
    text-transform: none;
    text-align: center;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0px 3.8% 2.992em 0px;
    padding: 0px;
    position: relative;
    width: 22.05%;
    text-align: center;
}

@media screen and (max-width: 1090px){
.wyroz, .wyroz2 {
display: none;
  }
  
.container .six.columns {
    width: 290px;
}
  
  .beta h2 { 
    margin-top: 45px;
  }
  
  #ser2 {
    width: 90px !important;
  }
  
}

  .js .tinynav {
    margin: 9px 0px 20px;
    width: 140px;
    background: #FFF;
    border: 0px none;
    height: 33px;
}
  
  input[type="text"], input[type="email"], textarea, input[type="password"], select {
    font-size: 14px;
    font-family: Arial;
    line-height: 1.2em;
}

@media screen and (max-width: 820px){
  
    .container .one.column, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns {
    width: 100% !important;
}
  
  .woocommerce div.product div.images img {
    width: 30% !important;
    height: 100% !important;
}
  
  .ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
    -moz-user-select: none;
    border: 0px none !important;
    max-width: 90%;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
  
  img[class*="wp-image-"], img[class*="attachment-"] {
    max-width: 200px;
    height: auto;
}

}

@media only screen and (max-width: 767px) {
img.alignright, .alignright {
    float: none;
    margin: 20px !important;
}
  
  .woocommerce ul.products li.product h3 {
    font-size: 12px;
  }
  
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
.dessky-display-pd-col-4 li {
    width: 40% !important;
}
}