/*Theme Name : Smoothie
Theme URI    : http://themeforest.net/user/themeroyal
Author       : THEMEROYAL
Author URI   : http://themeforest.net/user/themeroyal
Version      : 1.0
Text Domain  : progression
/*-------------------------------------------------------*/
/*
* Component module
*/
/* UTILITIES */
/* TYPOGRAPHY */
/* COLOR */
/* INPUT */
/* ICON */
/* BUTTON */
/* SECTION */
/*
* Common module
*/
/* NAV */
/* MODAL */
/* PAGE-HEADER */
/* MAIN-HEADER */
/* MAIN-FOOTER */
/* POPUP */
/* PRODUCT-ITEM */
/*
* Single module
*/
/* HOME-SLIDER */
/* CATEGORY */
/* FROM-BLOG */
/* SHOPPING-CART */
/* CHECKOUT */
/* REGISTER */
/* PRODUCT-DETAIL */
/* PRODUCT-TAB */
/*
* Component module
*/
/* UTILITIES */
/* Reset */
a, a:hover, a:focus, a:active, a.active {
  outline: none;
  text-decoration: none;
  color: inherit; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    padding: 0;
    margin: 0;
    list-style: none; }
  ul.ry-list-inline-block li {
    display: inline-block; }

/* Special div */
.ry-nopadding {
  padding: 0 !important; }

.ry-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 512; }

.ry-overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

.ry-col-nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.ry-relative {
  position: relative; }

.ry-absolute {
  position: absolute; }

.ry-fixed {
  position: fixed; }

.ry-middle {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.ry-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.ry-center {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin-right: auto;
  margin-left: auto; }

.ry-ab-bottom {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
  .ry-ab-bottom:before, .ry-ab-bottom:after {
    content: " ";
    display: table; }
  .ry-ab-bottom:after {
    clear: both; }

.ry-bottom {
  position: relative;
  display: block;
  top: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.ry-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.ry-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .ry-ab-center:before, .ry-ab-center:after {
    content: " ";
    display: table; }
  .ry-ab-center:after {
    clear: both; }

.ry-cell-vertical-wrapper {
  display: table; }
  .ry-cell-vertical-wrapper .ry-cell-middle {
    display: table-cell;
    vertical-align: middle; }
  .ry-cell-vertical-wrapper .ry-cell-bottom {
    display: table-cell;
    vertical-align: bottom; }
  .ry-cell-vertical-wrapper .ry-cell-top {
    display: table-cell;
    vertical-align: top; }

/* Space */
.ry-m-0 {
  margin: 0px; }

.ry-mt-0 {
  margin-top: 0px; }

.ry-mb-0 {
  margin-bottom: 0px; }

.ry-ml-0 {
  margin-left: 0px; }

.ry-mr-0 {
  margin-right: 0px; }

.ry-p-0 {
  padding: 0px; }

.ry-pt-0 {
  padding-top: 0px; }

.ry-pb-0 {
  padding-bottom: 0px; }

.ry-pl-0 {
  padding-left: 0px; }

.ry-pr-0 {
  padding-right: 0px; }

.ry-m-5 {
  margin: 5px; }

.ry-mt-5 {
  margin-top: 5px; }

.ry-mb-5 {
  margin-bottom: 5px; }

.ry-ml-5 {
  margin-left: 5px; }

.ry-mr-5 {
  margin-right: 5px; }

.ry-p-5 {
  padding: 5px; }

.ry-pt-5 {
  padding-top: 5px; }

.ry-pb-5 {
  padding-bottom: 5px; }

.ry-pl-5 {
  padding-left: 5px; }

.ry-pr-5 {
  padding-right: 5px; }

.ry-m-10 {
  margin: 10px; }

.ry-mt-10 {
  margin-top: 10px; }

.ry-mb-10 {
  margin-bottom: 10px; }

.ry-ml-10 {
  margin-left: 10px; }

.ry-mr-10 {
  margin-right: 10px; }

.ry-p-10 {
  padding: 10px; }

.ry-pt-10 {
  padding-top: 10px; }

.ry-pb-10 {
  padding-bottom: 10px; }

.ry-pl-10 {
  padding-left: 10px; }

.ry-pr-10 {
  padding-right: 10px; }

.ry-m-15 {
  margin: 15px; }

.ry-mt-15 {
  margin-top: 15px; }

.ry-mb-15 {
  margin-bottom: 15px; }

.ry-ml-15 {
  margin-left: 15px; }

.ry-mr-15 {
  margin-right: 15px; }

.ry-p-15 {
  padding: 15px; }

.ry-pt-15 {
  padding-top: 15px; }

.ry-pb-15 {
  padding-bottom: 15px; }

.ry-pl-15 {
  padding-left: 15px; }

.ry-pr-15 {
  padding-right: 15px; }

.ry-m-20 {
  margin: 20px; }

.ry-mt-20 {
  margin-top: 20px; }

.ry-mb-20 {
  margin-bottom: 20px; }

.ry-ml-20 {
  margin-left: 20px; }

.ry-mr-20 {
  margin-right: 20px; }

.ry-p-20 {
  padding: 20px; }

.ry-pt-20 {
  padding-top: 20px; }

.ry-pb-20 {
  padding-bottom: 20px; }

.ry-pl-20 {
  padding-left: 20px; }

.ry-pr-20 {
  padding-right: 20px; }

.ry-m-25 {
  margin: 25px; }

.ry-mt-25 {
  margin-top: 25px; }

.ry-mb-25 {
  margin-bottom: 25px; }

.ry-ml-25 {
  margin-left: 25px; }

.ry-mr-25 {
  margin-right: 25px; }

.ry-p-25 {
  padding: 25px; }

.ry-pt-25 {
  padding-top: 25px; }

.ry-pb-25 {
  padding-bottom: 25px; }

.ry-pl-25 {
  padding-left: 25px; }

.ry-pr-25 {
  padding-right: 25px; }

.ry-m-30 {
  margin: 30px; }

.ry-mt-30 {
  margin-top: 30px; }

.ry-mb-30 {
  margin-bottom: 30px; }

.ry-ml-30 {
  margin-left: 30px; }

.ry-mr-30 {
  margin-right: 30px; }

.ry-p-30 {
  padding: 30px; }

.ry-pt-30 {
  padding-top: 30px; }

.ry-pb-30 {
  padding-bottom: 30px; }

.ry-pl-30 {
  padding-left: 30px; }

.ry-pr-30 {
  padding-right: 30px; }

.ry-m-35 {
  margin: 35px; }

.ry-mt-35 {
  margin-top: 35px; }

.ry-mb-35 {
  margin-bottom: 35px; }

.ry-ml-35 {
  margin-left: 35px; }

.ry-mr-35 {
  margin-right: 35px; }

.ry-p-35 {
  padding: 35px; }

.ry-pt-35 {
  padding-top: 35px; }

.ry-pb-35 {
  padding-bottom: 35px; }

.ry-pl-35 {
  padding-left: 35px; }

.ry-pr-35 {
  padding-right: 35px; }

.ry-m-40 {
  margin: 40px; }

.ry-mt-40 {
  margin-top: 40px; }

.ry-mb-40 {
  margin-bottom: 40px; }

.ry-ml-40 {
  margin-left: 40px; }

.ry-mr-40 {
  margin-right: 40px; }

.ry-p-40 {
  padding: 40px; }

.ry-pt-40 {
  padding-top: 40px; }

.ry-pb-40 {
  padding-bottom: 40px; }

.ry-pl-40 {
  padding-left: 40px; }

.ry-pr-40 {
  padding-right: 40px; }

.ry-m-45 {
  margin: 45px; }

.ry-mt-45 {
  margin-top: 45px; }

.ry-mb-45 {
  margin-bottom: 45px; }

.ry-ml-45 {
  margin-left: 45px; }

.ry-mr-45 {
  margin-right: 45px; }

.ry-p-45 {
  padding: 45px; }

.ry-pt-45 {
  padding-top: 45px; }

.ry-pb-45 {
  padding-bottom: 45px; }

.ry-pl-45 {
  padding-left: 45px; }

.ry-pr-45 {
  padding-right: 45px; }

.ry-m-50 {
  margin: 50px; }

.ry-mt-50 {
  margin-top: 50px; }

.ry-mb-50 {
  margin-bottom: 50px; }

.ry-ml-50 {
  margin-left: 50px; }

.ry-mr-50 {
  margin-right: 50px; }

.ry-p-50 {
  padding: 50px; }

.ry-pt-50 {
  padding-top: 50px; }

.ry-pb-50 {
  padding-bottom: 50px; }

.ry-pl-50 {
  padding-left: 50px; }

.ry-pr-50 {
  padding-right: 50px; }

.ry-m-55 {
  margin: 55px; }

.ry-mt-55 {
  margin-top: 55px; }

.ry-mb-55 {
  margin-bottom: 55px; }

.ry-ml-55 {
  margin-left: 55px; }

.ry-mr-55 {
  margin-right: 55px; }

.ry-p-55 {
  padding: 55px; }

.ry-pt-55 {
  padding-top: 55px; }

.ry-pb-55 {
  padding-bottom: 55px; }

.ry-pl-55 {
  padding-left: 55px; }

.ry-pr-55 {
  padding-right: 55px; }

.ry-m-60 {
  margin: 60px; }

.ry-mt-60 {
  margin-top: 60px; }

.ry-mb-60 {
  margin-bottom: 60px; }

.ry-ml-60 {
  margin-left: 60px; }

.ry-mr-60 {
  margin-right: 60px; }

.ry-p-60 {
  padding: 60px; }

.ry-pt-60 {
  padding-top: 60px; }

.ry-pb-60 {
  padding-bottom: 60px; }

.ry-pl-60 {
  padding-left: 60px; }

.ry-pr-60 {
  padding-right: 60px; }

.ry-m-65 {
  margin: 65px; }

.ry-mt-65 {
  margin-top: 65px; }

.ry-mb-65 {
  margin-bottom: 65px; }

.ry-ml-65 {
  margin-left: 65px; }

.ry-mr-65 {
  margin-right: 65px; }

.ry-p-65 {
  padding: 65px; }

.ry-pt-65 {
  padding-top: 65px; }

.ry-pb-65 {
  padding-bottom: 65px; }

.ry-pl-65 {
  padding-left: 65px; }

.ry-pr-65 {
  padding-right: 65px; }

.ry-m-70 {
  margin: 70px; }

.ry-mt-70 {
  margin-top: 70px; }

.ry-mb-70 {
  margin-bottom: 70px; }

.ry-ml-70 {
  margin-left: 70px; }

.ry-mr-70 {
  margin-right: 70px; }

.ry-p-70 {
  padding: 70px; }

.ry-pt-70 {
  padding-top: 70px; }

.ry-pb-70 {
  padding-bottom: 70px; }

.ry-pl-70 {
  padding-left: 70px; }

.ry-pr-70 {
  padding-right: 70px; }

.ry-m-75 {
  margin: 75px; }

.ry-mt-75 {
  margin-top: 75px; }

.ry-mb-75 {
  margin-bottom: 75px; }

.ry-ml-75 {
  margin-left: 75px; }

.ry-mr-75 {
  margin-right: 75px; }

.ry-p-75 {
  padding: 75px; }

.ry-pt-75 {
  padding-top: 75px; }

.ry-pb-75 {
  padding-bottom: 75px; }

.ry-pl-75 {
  padding-left: 75px; }

.ry-pr-75 {
  padding-right: 75px; }

.ry-m-80 {
  margin: 80px; }

.ry-mt-80 {
  margin-top: 80px; }

.ry-mb-80 {
  margin-bottom: 80px; }

.ry-ml-80 {
  margin-left: 80px; }

.ry-mr-80 {
  margin-right: 80px; }

.ry-p-80 {
  padding: 80px; }

.ry-pt-80 {
  padding-top: 80px; }

.ry-pb-80 {
  padding-bottom: 80px; }

.ry-pl-80 {
  padding-left: 80px; }

.ry-pr-80 {
  padding-right: 80px; }

.ry-m-85 {
  margin: 85px; }

.ry-mt-85 {
  margin-top: 85px; }

.ry-mb-85 {
  margin-bottom: 85px; }

.ry-ml-85 {
  margin-left: 85px; }

.ry-mr-85 {
  margin-right: 85px; }

.ry-p-85 {
  padding: 85px; }

.ry-pt-85 {
  padding-top: 85px; }

.ry-pb-85 {
  padding-bottom: 85px; }

.ry-pl-85 {
  padding-left: 85px; }

.ry-pr-85 {
  padding-right: 85px; }

.ry-m-90 {
  margin: 90px; }

.ry-mt-90 {
  margin-top: 90px; }

.ry-mb-90 {
  margin-bottom: 90px; }

.ry-ml-90 {
  margin-left: 90px; }

.ry-mr-90 {
  margin-right: 90px; }

.ry-p-90 {
  padding: 90px; }

.ry-pt-90 {
  padding-top: 90px; }

.ry-pb-90 {
  padding-bottom: 90px; }

.ry-pl-90 {
  padding-left: 90px; }

.ry-pr-90 {
  padding-right: 90px; }

.ry-m-95 {
  margin: 95px; }

.ry-mt-95 {
  margin-top: 95px; }

.ry-mb-95 {
  margin-bottom: 95px; }

.ry-ml-95 {
  margin-left: 95px; }

.ry-mr-95 {
  margin-right: 95px; }

.ry-p-95 {
  padding: 95px; }

.ry-pt-95 {
  padding-top: 95px; }

.ry-pb-95 {
  padding-bottom: 95px; }

.ry-pl-95 {
  padding-left: 95px; }

.ry-pr-95 {
  padding-right: 95px; }

/* TYPOGRAPHY */
body {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  /*line-height: 1.6;*/
  color: #444444;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 42px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
  margin-bottom: 20px; }
  h1.ry-semibold-heading, h2.ry-semibold-heading, h3.ry-semibold-heading, h4.ry-semibold-heading, h5.ry-semibold-heading, h6.ry-semibold-heading {
    font-weight: 600; }
  h1.ry-light-heading, h2.ry-light-heading, h3.ry-light-heading, h4.ry-light-heading, h5.ry-light-heading, h6.ry-light-heading {
    font-weight: 500; }

p {
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }

q:before {
  content: "“"; }
q:after {
  content: "”"; }

hr {
  border-color: #DDDDDD; }

.ry-fw-bold {
  font-weight: 700; }

.ry-fw-semibold {
  font-weight: 600; }

.ry-fw-medium {
  font-weight: 500; }

.ry-fw-normal {
  font-weight: 400; }

.ry-fw-light {
  font-weight: 300; }

.ry-fs-1 {
  font-size: 50px; }

.ry-fs-2 {
  font-size: 42px; }

.ry-fs-3 {
  font-size: 32px; }

.ry-fs-4 {
  font-size: 24px; }

.ry-fs-5 {
  font-size: 18px; }

.ry-fs-6 {
  font-size: 14px; }

::-moz-selection {
  background: #2AC5EE;
  color: #FFFFFF; }

::selection {
  background: #2AC5EE;
  color: #FFFFFF; }

/* COLOR */
.ry-color-main {
  color: #2AC5EE; }

.ry-color-dark {
  color: #444444; }

.ry-color-dark-1 {
  color: #222222; }

.ry-color-light {
  color: #FFFFFF; }

.ry-border-color-main {
  border-color: #2AC5EE; }

.ry-border-color-dark {
  border-color: #444444; }

.ry-border-color-light {
  border-color: #FFFFFF; }

.ry-bg-light {
  background-color: #FFFFFF; }

.ry-bg-main {
  background-color: #2AC5EE; }

.ry-bg-dark {
  background-color: #222222; }

.ry-bg-gray {
  background-color: #EEEEEE; }

.ry-bg-trans {
  background-color: transparent; }

.ry-bg-trans-dark-1 {
  background-color: rgba(0, 0, 0, 0.8); }

.ry-bg-trans-dark-2 {
  background-color: rgba(0, 0, 0, 0.6); }

/* INPUT */
input, select, textarea {
  outline: none;
  line-height: 20px;
  padding: 20px;
  border: 1px solid #DDDDDD;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
  input:focus, select:focus, textarea:focus {
    border: 1px solid #2AC5EE; }

select {
  height: 60px; }

input[type="radio"], input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 7px; }

select.select-2, input.input-2 {
  outline: none;
  height: 50px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD; }
  select.select-2:focus, input.input-2:focus {
    border: 1px solid #2AC5EE; }

input.input-2[type="number"] {
  width: 80px; }

label {
  font-weight: 400; }

.placeholder {
  color: #444444; }

::-webkit-input-placeholder {
  color: #444444; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #444444; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #444444; }

:-ms-input-placeholder {
  color: #444444; }

/* ICON */
.ry-block-icon {
  position: relative;
  display: block; }

.ry-icon-size-1 {
  font-size: 60px; }

.ry-icon-inline-text {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .ry-icon-inline-text:before {
    float: left; }

.ry-smoothie-logo {
  width: 48px;
  height: 48px;
  background: url('../images/smoothie-logo.svg') no-repeat;
  background-size: 100% auto; }

/* BUTTON */
.ry-btn-1 {
  position: relative;
  display: inline-block;
  outline: none;
  border: none;
  padding: 20px 50px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  background-color: #2AC5EE;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
  .ry-btn-1:focus {
    color: #FFFFFF; }
  .ry-btn-1:hover {
    color: #FFFFFF;
    background-color: #222222;
    border-color: none; }

.ry-btn-2 {
  position: relative;
  display: inline-block;
  outline: none;
  border: none;
  padding: 20px 50px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  background-color: #FFFFFF;
  color: #222222;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
  .ry-btn-2:focus {
    color: #222222; }
  .ry-btn-2:hover {
    color: #FFFFFF;
    background-color: #222222;
    border-color: none; }

.ry-btn-3 {
  position: relative;
  display: inline-block;
  outline: none;
  border: none;
  padding: 20px 50px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  background-color: #FFFFFF;
  color: #222222;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
  .ry-btn-3:focus {
    color: #222222; }
  .ry-btn-3:hover {
    color: #FFFFFF;
    background-color: #2AC5EE;
    border-color: none; }

.ry-btn-4 {
  position: relative;
  display: inline-block;
  outline: none;
  border: none;
  padding: 20px 50px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border: 2px solid #222222;
  padding: 18px 48px;
  color: #222222;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
  .ry-btn-4:before {
    content: " ";
    background-color: #222222;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
  .ry-btn-4:focus {
    color: #222222; }
  .ry-btn-4:hover {
    color: #FFFFFF; }
    .ry-btn-4:hover:before {
      width: 100%; }

.ry-btn-5 {
  position: relative;
  display: inline-block;
  outline: none;
  border: none;
  padding: 20px 50px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border: 2px solid #FFFFFF;
  padding: 18px 48px;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
  .ry-btn-5:before {
    content: " ";
    background-color: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 101%;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
  .ry-btn-5:focus {
    color: #FFFFFF; }
  .ry-btn-5:hover {
    color: #444444; }
    .ry-btn-5:hover:before {
      width: 100%; }

.ry-btn-i-1 {
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #222222;
  color: #FFFFFF;
  padding: 20px;
  line-height: 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
  .ry-btn-i-1:focus {
    color: #FFFFFF; }
  .ry-btn-i-1:hover {
    color: #FFFFFF;
    background-color: #2AC5EE;
    border-color: none; }
  .ry-btn-i-1 i {
    font-size: 18px;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .ry-btn-i-1 i:before {
      float: left; }

.ry-btn-i-2 {
  position: relative;
  display: inline-block;
  outline: none;
  border: none;
  padding: 20px 50px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 45px;
  background-color: #444444;
  color: #FFFFFF;
  line-height: 18px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
  .ry-btn-i-2:focus {
    color: #FFFFFF; }
  .ry-btn-i-2:hover {
    color: #FFFFFF;
    background-color: #2AC5EE;
    border-color: none; }
  .ry-btn-i-2 i {
    font-size: 24px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .ry-btn-i-2 i:before {
      float: left; }

/* SECTION */
#ry-main:before, #ry-main:after {
  content: " ";
  display: table; }
#ry-main:after {
  clear: both; }

.ry-section, .ry-section-nopadding {
  position: relative; }
  .ry-section:before, .ry-section:after, .ry-section-nopadding:before, .ry-section-nopadding:after {
    content: " ";
    display: table; }
  .ry-section:after, .ry-section-nopadding:after {
    clear: both; }
  .ry-section .ry-section-item, .ry-section-nopadding .ry-section-item {
    margin-bottom: 60px; }
  .ry-section .ry-section-header, .ry-section-nopadding .ry-section-header {
    text-align: center; }
    .ry-section .ry-section-header hr, .ry-section-nopadding .ry-section-header hr {
      border-color: #444444;
      width: 70px; }

section.ry-section {
  padding-top: 60px;
  padding-bottom: 20px; }

header.ry-section:not(.ry-header-slider):before {
  width: 100%;
  height: 110px;
  background-color: #EEEEEE; }

/*
* Common module
*/
/* NAV */
.ry-main-nav {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }

.ry-nav-brand {
  position: relative;
  display: block;
  float: left;
  color: #FFFFFF;
  line-height: 110px;
  height: 110px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
  .ry-nav-brand .ry-smoothie-logo {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 48px;
    height: 48px; }
  .ry-nav-brand .ry-brand {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    font-size: 28px; }

.ry-scale .ry-nav-brand .ry-smoothie-logo {
  width: 40px;
  height: 40px; }

.ry-nav-hamburger {
  position: relative;
  float: right;
  display: none;
  height: 110px;
  line-height: 110px;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }

.ry-close-nav {
  display: none; }

.ry-scale .ry-nav-brand, .ry-scale .ry-nav-hamburger {
  height: 60px;
  line-height: 60px; }

.ry-e-cart:after {
  content: attr(data-in-cart);
  position: absolute;
  display: block;
  top: 50%;
  right: -14px;
  width: 18px;
  height: 18px;
  line-height: 17px;
  border-radius: 9px;
  text-align: center;
  background-color: #2AC5EE;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  font-size: 12px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }

@media (min-width: 1200px) {
  .ry-nav-menu {
    float: right;
    font-weight: 600; }
    .ry-nav-menu > li {
      position: relative;
      padding-left: 20px;
      display: inline-block; }
      .ry-nav-menu > li:first-child {
        padding-left: 0; }
      .ry-nav-menu > li a {
        position: relative;
        display: block;
        line-height: 110px;
        -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out; }
        .ry-nav-menu > li a i {
          position: relative;
          font-size: 20px;
          line-height: 14px;
          top: 3px; }
      .ry-nav-menu > li a.active, .ry-nav-menu > li a:hover {
        color: #2AC5EE; }
        .ry-nav-menu > li a.active.ry-e-cart:after, .ry-nav-menu > li a:hover.ry-e-cart:after {
          color: #FFFFFF; }

  .ry-scale .ry-nav-menu > li a {
    line-height: 60px; }

  .ry-menu-dropdown .ry-dropdown-menu {
    position: absolute;
    display: none;
    top: 110px;
    border-top: 3px solid #2AC5EE;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
    .ry-menu-dropdown .ry-dropdown-menu li {
      display: list-item;
      min-width: 160px;
      background-color: rgba(0, 0, 0, 0.8);
      overflow: hidden; }
      .ry-menu-dropdown .ry-dropdown-menu li a {
        display: block;
        line-height: 40px;
        white-space: nowrap;
        padding: 5px 30px; }
  .ry-menu-dropdown:hover .ry-dropdown-menu {
    display: block; }

  .ry-scale .ry-menu-dropdown .ry-dropdown-menu {
    top: 60px; }
 }

/* Responsive Nav */
@media (max-width: 1201px) {
  .ry-nav-menu {
    position: fixed;
    left: -300px;
    top: 110px;
    width: 300px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
    font-weight: 600;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
    .ry-nav-menu.ry-nav-appeared {
      left: 0; }
    .ry-nav-menu > li {
      border-top: 1px solid #444444;
      text-indent: 18px; }
    .ry-nav-menu li {
      display: block;
      width: 100%;
      line-height: 60px; }
      .ry-nav-menu li.ry-icon-link {
        width: 50%;
        float: left;
        text-align: center;
        text-indent: 0;
        border-bottom: 1px solid #444444;
        border-right: 1px solid #444444; }
      .ry-nav-menu li a {
        position: relative;
        display: block;
        -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out; }
        .ry-nav-menu li a i {
          font-size: 20px; }
        .ry-nav-menu li a.ry-e-cart:after {
          left: 52%;
          text-indent: 0; }
        .ry-nav-menu li a:hover {
          background-color: #2AC5EE; }
          .ry-nav-menu li a:hover.ry-e-cart:after {
            color: #2AC5EE;
            background-color: #FFFFFF; }

  .ry-scale .ry-nav-menu {
    top: 60px; }

  .ry-nav-hamburger {
    display: block; }

  .ry-menu-dropdown .ry-dropdown-menu li {
    overflow: hidden;
    display: list-item;
    line-height: 60px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
    .ry-menu-dropdown .ry-dropdown-menu li a {
      display: block;
      white-space: nowrap;
      padding-left: 20px; }
  .ry-menu-dropdown .ry-dropdown-menu.ry-dropdown-active li {
    height: 60px; }

  .ry-close-nav {
    display: block;
    position: fixed;
    right: -280px;
    top: 10px;
    font-size: 20px;
    cursor: pointer; }
 }

/* MODAL */
.modal-open .modal {
  overflow: hidden;
  height: 100%;
  overflow: auto; }

.ry-dismiss-modal {
  position: absolute;
  right: 0;
  top: 0px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #444444;
  color: #FFFFFF;
  font-size: 20px;
  z-index: 520;
  cursor: pointer; }

.modal {
  background-color: rgba(0, 0, 0, 0.8); }

.ry-popup-login-container {
  max-width: 600px; }

.ry-modal-dialog {
  -webkit-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
          transform: translate(0, -100px);
  position: relative;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
  .ry-modal-dialog.ry-modal-vertical-align {
    height: 100%; }
  .ry-modal-dialog .ry-modal-inner {
    position: relative;
    height: 100%;
    width: 100%; }
    .ry-modal-dialog .ry-modal-inner .ry-cell-vertical-wrapper {
      height: 100%;
      width: 100%;
      margin-right: auto;
      margin-left: auto; }
  .ry-modal-dialog .container, .ry-modal-dialog .container-fullsize {
    padding: 30px;
    position: relative;
    background-color: #FFFFFF; }

.modal-backdrop.in {
  opacity: 0; }

.in .ry-modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

/* PAGE-HEADER */
.ry-subpage-header {
  text-align: center;
  color: #444444;
  background-color: #EEEEEE;
  padding: 80px 0; }
  .ry-subpage-header .ry-page-location a {
    display: inline-block; }
    .ry-subpage-header .ry-page-location a:after {
      content: " / "; }
  .ry-subpage-header .ry-page-location a:last-child {
    font-weight: 700; }
    .ry-subpage-header .ry-page-location a:last-child:after {
      content: ""; }

/* MAIN-HEADER */
/* MAIN-FOOTER */
.ry-before-footer {
  position: relative;
  display: block;
  background-color: #2AC5EE;
  color: #FFFFFF;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 80px;
  vertical-align: middle;
  text-align: center; }
  .ry-before-footer:hover, .ry-before-footer:focus {
    color: #FFFFFF; }
  .ry-before-footer .ry-icon {
    font-size: 60px;
    line-height: 60px; }

.ry-main-footer {
  padding-top: 80px;
  background-color: #222222;
  color: #AAAAAA;
  text-align: center;
  border-bottom: 1px solid #666666; }
  .ry-main-footer .ry-footer-menu-col .ry-footer-menu-arrow {
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
  .ry-main-footer .ry-footer-menu-col:hover .ry-footer-menu-arrow {
    color: #2AC5EE;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
  .ry-main-footer ul.ry-footer-menu-list {
    margin-bottom: 70px;
    color: #666666;
    padding-top: 25px; }
    .ry-main-footer ul.ry-footer-menu-list li a {
      margin-top: 5px;
      padding: 5px 20px;
      position: relative;
      display: inline-block;
      border: 1px solid transparent;
      -webkit-transition: all 0.4s ease-in-out;
              transition: all 0.4s ease-in-out; }
      .ry-main-footer ul.ry-footer-menu-list li a:hover {
        color: #AAAAAA;
        background-color: transparent;
        border-color: #AAAAAA; }

.ry-footer-social {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #222222;
  color: #AAAAAA;
  text-align: center;
  border-bottom: 1px solid #666666; }
  .ry-footer-social ul li a {
    margin: 5px;
    font-size: 18px;
    color: #666666;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
    .ry-footer-social ul li a:hover {
      color: #AAAAAA; }

/* POPUP */
/* Style Modal Content */
#ry-modal-search .container {
  position: relative;
  padding: 60px 30px; }
#ry-modal-search input {
  width: 100%; }
#ry-modal-search button {
  position: absolute;
  right: 31px;
  top: 61px;
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  border: none;
  font-size: 24px; }

/* PRODUCT-ITEM */
.ry-rating {
  font-size: 15px; }
  .ry-rating span {
    margin: 1.5px; }
  .ry-rating .ry-rated {
    color: #2AC5EE; }

.ry-product-group-button a {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 2px; }
.ry-product-group-button a:nth-child(2) {
  display: none; }
.ry-product-group-button.ry-pi-small a:first-child {
  display: none; }
.ry-product-group-button.ry-pi-small a:nth-child(2) {
  display: inline-block; }

.ry-product-item-style-1 {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  width: 100%; }
  .ry-product-item-style-1 img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
  .ry-product-item-style-1 .ry-product-overlay-img {
    opacity: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
  .ry-product-item-style-1 .ry-product-content {
    padding: 20px 30px 80px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
    .ry-product-item-style-1 .ry-product-content .ry-rating {
      margin-bottom: 20px; }
    .ry-product-item-style-1 .ry-product-content .ry-name {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 20px; }
    .ry-product-item-style-1 .ry-product-content .ry-price {
      font-size: 32px;
      margin-bottom: 20px;
      font-weight: 600; }
  .ry-product-item-style-1 .ry-product-group-button {
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    z-index: 513;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
  .ry-product-item-style-1:hover .ry-product-img {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .ry-product-item-style-1:hover .ry-product-overlay-img {
    opacity: 1;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }
  .ry-product-item-style-1:hover .ry-product-content {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; }
  .ry-product-item-style-1:hover .ry-product-group-button {
    opacity: 1; }

.ry-product-item-style-2 {
  position: relative; }
  .ry-product-item-style-2:before, .ry-product-item-style-2:after {
    content: " ";
    display: table; }
  .ry-product-item-style-2:after {
    clear: both; }
  .ry-product-item-style-2 .ry-product-img-1, .ry-product-item-style-2 .ry-product-content, .ry-product-item-style-2 .ry-product-img-2 {
    display: table-cell;
    width: 33.33%; }
    .ry-product-item-style-2 .ry-product-img-1 img, .ry-product-item-style-2 .ry-product-content img, .ry-product-item-style-2 .ry-product-img-2 img {
      width: 100%; }
  .ry-product-item-style-2 .ry-product-content {
    text-align: center;
    padding: 40px; }
    .ry-product-item-style-2 .ry-product-content i {
      margin-bottom: 20px; }
    .ry-product-item-style-2 .ry-product-content p, .ry-product-item-style-2 .ry-product-content h3 {
      margin-bottom: 40px; }

.ry-product-item-style-3 .ry-product-img {
  float: left;
  width: 140px; }
  .ry-product-item-style-3 .ry-product-img img {
    width: 100%; }
.ry-product-item-style-3 .ry-product-content {
  margin-left: 159px; }
  .ry-product-item-style-3 .ry-product-content .ry-name {
    font-weight: 600;
    margin-bottom: 15px; }
  .ry-product-item-style-3 .ry-product-content .ry-rating {
    margin-bottom: 25px; }
  .ry-product-item-style-3 .ry-product-content .ry-price {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px; }

/* Responsive product-item */
@media (min-width: 1200px) and (max-width: 1801px) {
  .ry-product-item-style-3 .ry-product-group-button a:nth-child(3) {
    display: none; }
 }

@media (max-width: 1801px) {
  .ry-product-item-style-2 .ry-product-content {
    text-align: center; }
    .ry-product-item-style-2 .ry-product-content p {
      display: none; }
 }

@media (max-width: 993px) {
  .ry-product-item-style-2 .ry-product-content {
    text-align: center;
    padding: 20px; }
    .ry-product-item-style-2 .ry-product-content i {
      font-size: 36px; }
    .ry-product-item-style-2 .ry-product-content h3 {
      font-size: 20px; }
 }

@media (max-width: 769px) {
  .ry-product-item-style-2 .ry-product-content {
    display: none; }
  .ry-product-item-style-2 .ry-product-img-1, .ry-product-item-style-2 .ry-product-img-2 {
    width: 50%; }
 }

@media (max-width: 481px) {
  .ry-product-item-style-1 .ry-product-content {
    padding: 10px 10px 0px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
    .ry-product-item-style-1 .ry-product-content .ry-rating, .ry-product-item-style-1 .ry-product-content .ry-name, .ry-product-item-style-1 .ry-product-content .ry-price {
      margin-bottom: 10px; }
    .ry-product-item-style-1 .ry-product-content .ry-detail {
      display: none; }

  .ry-product-item-style-3 .ry-product-group-button {
    display: none; }
  .ry-product-item-style-3 .ry-product-img {
    display: block;
    width: 100%;
    text-align: center;
    float: none; }
    .ry-product-item-style-3 .ry-product-img img {
      max-width: 200px; }
  .ry-product-item-style-3 .ry-product-content {
    margin-left: 0;
    text-align: center; }
    .ry-product-item-style-3 .ry-product-content .ry-name {
      display: block;
      padding-top: 20px;
      margin-bottom: 5px; }
    .ry-product-item-style-3 .ry-product-content .ry-rating {
      display: none; }
 }

/*
* Single module
*/
/* HOME-SLIDER */
.ry-home-slider-item {
  position: relative; }
  .ry-home-slider-item .home-slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: 50% 0%; }
  .ry-home-slider-item .ry-caption {
    opacity: 0; }
  .ry-home-slider-item .ry-caption-inner {
    padding-top: 120px;
    padding-bottom: 160px; }

/* Responsive Home Slider */
@media (max-width: 1201px) {
  .ry-home-slider-item .home-slider-bg:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3); }
  .ry-home-slider-item h1.ry-caption {
    font-size: 40px; }
 }

@media (max-width: 769px) {
  .ry-home-slider-item {
    text-align: center; }
    .ry-home-slider-item h1.ry-caption {
      font-size: 36px; }
 }

@media (max-width: 481px) {
  .ry-home-slider-item {
    text-align: center; }
    .ry-home-slider-item h1.ry-caption {
      font-size: 36px; }
 }

/* CATEGORY */
.ry-categories-list {
  width: 100%;
  text-align: center;
  color: #222222; }
  .ry-categories-list:before, .ry-categories-list:after {
    content: " ";
    display: table; }
  .ry-categories-list:after {
    clear: both; }
  .ry-categories-list li {
    position: relative;
    display: block;
    width: 16.66%;
    float: left; }
    .ry-categories-list li > div {
      cursor: pointer;
      opacity: 0.7;
      padding: 50px 0;
      -webkit-transition: all 0.4s ease-in-out;
              transition: all 0.4s ease-in-out; }
      .ry-categories-list li > div:hover {
        opacity: 1; }
    .ry-categories-list li.active > div {
      opacity: 1; }

/* Responsive Category */
@media (max-width: 1201px) {
  .ry-categories-list li > div {
    padding: 30px 0; }
 }

@media (max-width: 993px) {
  .ry-categories-list li h5 {
    font-size: 14px; }
 }

@media (max-width: 769px) {
  .ry-categories-list li h5 {
    display: none; }
 }

@media (max-width: 481px) {
  .ry-categories-list li i {
    font-size: 36px; }
  .ry-categories-list li h5 {
    display: none; }
 }

/* FROM-BLOG */
.ry-from-the-blog-item, .ry-from-the-blog-item-large {
  position: relative;
  display: block;
  float: left;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  overflow: hidden; }
  .ry-from-the-blog-item .ry-overlay, .ry-from-the-blog-item-large .ry-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
  .ry-from-the-blog-item p, .ry-from-the-blog-item-large p {
    font-weight: 500;
    margin-bottom: 40px; }
  .ry-from-the-blog-item .ry-from-blog-item-title, .ry-from-the-blog-item-large .ry-from-blog-item-title {
    font-size: 24px; }
  .ry-from-the-blog-item img, .ry-from-the-blog-item-large img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
  .ry-from-the-blog-item:hover img, .ry-from-the-blog-item-large:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .ry-from-the-blog-item:hover .ry-overlay, .ry-from-the-blog-item-large:hover .ry-overlay {
    opacity: 1; }

.ry-from-the-blog-item-large {
  width: 50%; }

.ry-from-the-blog-item {
  width: 25%; }
  .ry-from-the-blog-item .ry-blog-present-link {
    position: relative;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    color: #444444;
    padding: 15px; }

/* Responsive from the blog */
@media (max-width: 993px) {
  .ry-from-the-blog-item-large {
    width: 100%; }

  .ry-from-the-blog-item {
    width: 50%; }
 }

@media (max-width: 481px) {
  .ry-from-the-blog-item {
    width: 100%; }
 }

/* SHOPPING-CART */
.ry-cart-table-wrapper {
  width: 100%;
  overflow: auto; }

.ry-cart-table {
  width: 100%;
  min-width: 720px; }
  .ry-cart-table tr {
    border-bottom: 1px solid #DDDDDD; }
    .ry-cart-table tr th {
      padding-bottom: 30px; }
    .ry-cart-table tr td {
      padding: 60px 0; }
    .ry-cart-table tr td:nth-child(3), .ry-cart-table tr td:nth-child(5), .ry-cart-table tr td:nth-child(6) {
      font-weight: 700; }
  .ry-cart-table .ry-total-row {
    text-align: right; }
    .ry-cart-table .ry-total-row td {
      padding: 35px 0; }
    .ry-cart-table .ry-total-row .ry-total-price {
      margin-left: 40px;
      font-weight: 700;
      color: #2AC5EE; }

.ry-choose-coupon {
  line-height: 2.4; }
  .ry-choose-coupon .ry-btn-i-2 {
    margin-right: 5px;
    margin-bottom: 20px; }

/* CHECKOUT */
.ry-checkout-step-list li {
  border: 1px solid #DDDDDD;
  font-weight: 600;
  margin-bottom: 10px;
  background-color: #fbfbfb; }
  .ry-checkout-step-list li a {
    padding: 16px;
    display: block; }
  .ry-checkout-step-list li.active {
    background-color: #EEEEEE; }

.ry-new-customer-space {
  height: 132px; }

.ry-login-form label {
  display: block;
  margin-bottom: 30px;
  line-height: 30px; }
  .ry-login-form label:before, .ry-login-form label:after {
    content: " ";
    display: table; }
  .ry-login-form label:after {
    clear: both; }
  .ry-login-form label input:not([type="radio"]), .ry-login-form label select {
    float: right;
    width: 70%; }

/* Responsive Checkout */
@media (max-width: 1801px) {
  .ry-new-customer-space {
    height: 111px; }
 }

@media (max-width: 1201px) {
  .ry-new-customer-space {
    height: 88px; }
 }

@media (max-width: 993px) {
  .ry-new-customer-space {
    height: 0; }
 }

@media (max-width: 769px) {
  .ry-login-form label:before, .ry-login-form label:after {
    content: " ";
    display: table; }
  .ry-login-form label:after {
    clear: both; }
  .ry-login-form label input:not([type="radio"]), .ry-login-form label select {
    float: none;
    width: 100%; }
 }

/* REGISTER */
.ry-register-form label {
  display: block;
  margin-bottom: 30px;
  line-height: 30px; }
  .ry-register-form label:before, .ry-register-form label:after {
    content: " ";
    display: table; }
  .ry-register-form label:after {
    clear: both; }
  .ry-register-form label input:not([type="radio"]), .ry-register-form label select {
    float: right;
    width: 70%; }

.ry-submit-register {
  line-height: 60px; }
  .ry-submit-register .ry-btn-i-2 {
    float: right; }

.ry-new-letter {
  line-height: 2; }

/* Responsive register */
@media (max-width: 769px) {
  .ry-submit-register {
    text-align: center; }
    .ry-submit-register .ry-btn-i-2 {
      float: none; }
 }

@media (max-width: 769px) {
  .ry-register-form label:before, .ry-register-form label:after {
    content: " ";
    display: table; }
  .ry-register-form label:after {
    clear: both; }
  .ry-register-form label input:not([type="radio"]), .ry-register-form label select {
    float: none;
    width: 100%; }
 }

/* PRODUCT-DETAIL */
.ry-product-detail .ry-sell-price {
  font-size: 24px;
  font-weight: 700; }
  .ry-product-detail .ry-sell-price del {
    font-size: 18px;
    font-weight: 400;
    margin-right: 30px; }
.ry-product-detail .ry-reviews {
  float: right;
  text-align: right;
  margin-bottom: 40px;
  margin-top: 30px; }
  .ry-product-detail .ry-reviews .ry-rating {
    margin-left: 30px;
    display: inline-block; }
.ry-product-detail .ry-sharethis {
  float: right;
  text-align: right;
  width: 100%;
  margin-bottom: 40px; }
  .ry-product-detail .ry-sharethis span {
    display: inline-block; }
.ry-product-detail .ry-add-product-to-cart select {
  margin-right: 20px;
  margin-bottom: 20px; }

.zoomLens {
  z-index: 1052; }

.ry-product-galery {
  position: relative;
  display: block; }

.ry-product-image-list {
  position: relative;
  float: left;
  width: 17%; }
  .ry-product-image-list img {
    width: 100%;
    cursor: pointer;
    margin-bottom: 40px; }

.ry-product-image {
  position: relative;
  margin-left: 20%; }
  .ry-product-image img {
    max-width: 100%; }

/* Responsive Detail */
@media (max-width: 769px) {
  .ry-product-image-list {
    position: relative;
    float: none;
    width: 100%;
    text-align: center; }
    .ry-product-image-list img {
      width: 70px;
      display: inline-block;
      cursor: pointer;
      margin: 10px 5px; }

  .ry-product-detail .ry-reviews {
    float: left;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px; }
    .ry-product-detail .ry-reviews .ry-rating {
      margin-left: 30px;
      display: inline-block; }
  .ry-product-detail .ry-sharethis {
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom: 60px; }
    .ry-product-detail .ry-sharethis span {
      display: inline-block; }

  .ry-product-image {
    position: relative;
    margin-left: 0;
    float: none;
    width: 100%; }
    .ry-product-image img {
      width: 100%; }
 }

/* PRODUCT-TAB */
.ry-product-tablist {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  .ry-product-tablist li {
    display: inline-block;
    cursor: pointer;
    font-size: 24px; }
    .ry-product-tablist li:not(:first-child) div:before {
      content: " | ";
      margin-left: 20px;
      margin-right: 20px; }
    .ry-product-tablist li span {
      font-weight: 500; }
    .ry-product-tablist li.active span {
      display: inline-block;
      position: relative;
      font-weight: 700; }
