@font-face {
    font-family: openSans;
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: openSansSemibold;
    src: url('../fonts/OpenSans-Semibold.ttf');
}

@font-face {
    font-family: openSansBold;
    src: url('../fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: openSansBoldItalic;
    src: url('../fonts/OpenSans-BoldItalic.ttf');
}

@font-face {
    font-family: openSansExtraBold;
    src: url('../fonts/OpenSans-ExtraBold.ttf');
}

@font-face {
    font-family: openSansExtraBoldItalic;
    src: url('../fonts/OpenSans-ExtraBoldItalic.ttf');
}

@font-face {
    font-family: banjoman;
    src: url('../fonts/Banjoman-Regular.ttf') format('ttf'),
         url('../fonts/Banjoman-Regular.woff2') format('woff2'),
         url('../fonts/Banjoman-Regular.woff') format('woff');
}

body {
    font-family: 'openSans', Arial, sans-serif;
}

.cart.badge {
  position: absolute;
  top: 50px;
  right: 0;
  background-color: red;
  border: 1px solid red;
    vertical-align: top;
}

.form-control {
    border-radius: 0px;
    -moz-border-radius : 0px;
    -webkit-border-radius : 0px;
    border-color: #959494;
    background-color: transparent;
}

input[type=file].form-control {
    border-color: transparent;
    box-shadow: none;
    height: 100%;
}

.form-control:disabled {
    background-color: #d5d7d8;
}

.bg-white {
    background-color: #fff !important;
}
.bg-red {
    background-color: #be1e2d !important;
}
.bg-red-bd-white {
    background-color: #be1e2d !important;
    border-bottom: 10px solid #fff;
}

.bg-grey {
    background-color: #dde6e8 !important;
}

.bg-blue {
    background-color: #2478be !important;
}

.bg-orange {
    background-color: #fbb040 !important;
}

.stretch {
    width: 100%;
}

.bg-stretch {
    background-size: 100% 100%;
}

.no-padding {
    padding: 0;
}

.text-inherit {
    color: inherit;
}

.text-white {
    color: #ffffff;
}

.button,
a.button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #be1e2d;
    color: #ffffff;
}
a:focus {
    outline: none;
}
.button:hover,
.button:focus {
    opacity: 0.9;
}

.button:disabled {
    cursor: not-allowed;
    background-color: #959494;
}

.button-sm {
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
}

.button-lg {
    min-width: 150px;
    text-align: center;
    font-size: 16px;
}

.button-green {
    background-color: #8dc63f;
}

.button-bold {
    font-family: 'openSansBold', Arial, sans-serif;
}

.button-smbold {
    font-family: 'openSansSemiBold', Arial, sans-serif;
}

.panel-box {
    display: block;
    border: 1px solid #c9d0d1;
    color: #be1e2d;
    background-color: #e9edee;
    border-radius: 30px;
}

.panel-box > .panel-heading {
    border-bottom: 1px solid #c9d0d1;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.panel-box > .panel-heading > .panel-title {
    margin: 0;
    padding: 0;
    font-family: 'openSansExtraBold', Arial, sans-serif;
    font-size: 18px;
}

.panel-box > .panel-body {
    padding: 40px 30px;
    color: #5D5E5E;
}

.box-cart-list,
.address-box {
    border: 1px solid #c9d0d1;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.box-cart-list{
  padding: 20px 30px;
}
.button-rounded{
  border-radius: 10px;
  padding: 0 30px;
}
.address-box:focus {
    border-color: #333;
    color: #333;
}

.address-box > .address {
    width: 60%;
    margin: 0 auto;
}

.address-box > .address > .phone {
    margin-top: 20px;
}

#add-address {
    margin-top: 20px;
}

#add-address > .panel-heading {
    cursor: pointer;
}

.address-submit {
    margin-top: 20px;
    text-align: center;
}

table.cart-detail {
    width: 100%;
}

table.cart-detail th {
    font-family: 'openSansBold', Arial, sans-serif;
    font-size: 16px;
    padding: 5px;
}

table.cart-detail tr {
    height: 30px;
}

table.cart-detail tr.sum {
    font-family: 'openSansBold', Arial, sans-serif;
    height: 60px;
    border-top: 1px solid #959494;
}

.cart-detail-info {
    font-size: 12px;
}

.cart-detail-info strong {
    font-family: 'openSansBold', Arial, sans-serif;
}
.cart-prod img{
  width: 80px;
  margin-right: 10px;
  display: inline-block;
}
.cart-prod span{
  vertical-align: middle;
}
/*#logo-container {
    width: 226px;
    height: 110px;
    background-color: #ffffff;
}

@media(max-width: 991px) {
    #logo-container {
        width: 100%;
        padding-top: 30px;
    }
}

@media(min-width: 992px) {
    #logo-container {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }

    #logo-container img {
        position: absolute;
        left: 15px;
        bottom: 20px;
    }

    #menu-container {
        left: 226px;
    }
}*/

#logo-container {
    float: left;
    width: 180px;
    height: 110px;
    background-color: #ffffff;
}

#logo-container img {
    width: 196px;
}

#menu-container {
    float: left;
    width: 79%;
}

@media(max-width: 991px) {
    #logo-container {
        position: absolute;
        width: auto !important;
        max-width: auto !important;
        padding-top: 15px;
        background-color: transparent;
        z-index: 2;
        left: 60px;
    }
    #logo-container a {
        width: auto !important;
        height: auto !important;
        -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
     box-sizing: content-box;
    }
    #logo-container img{
      width: 80px !important;
    }
    #menu-icon{
      font-size: 28px !important;
    }

    #menu-container {
        width: 100%;
        height: 60px;
        padding-top: 8px;
    }
}

/* @media(min-width: 992px) {
    #logo-container {
        position: relative;
        right: 72%;
    }

    #logo-container img {
        position: absolute;
        left: 15px;
        bottom: 15px;
    }

    #menu-container {
        position: relative;
        width: 72%;
        left: 226px;
    }
} */

/* @media(min-width: 1920px) {
    #logo-container {
        right: 83.3333%;
    }

    #menu-container {
        width: 83.3333%;
    }
} */

#menu-icon {
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
}

.menu,
.menu-right {
    display: block;
    margin: 0;
    padding: 0;
}

.menu {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.menu-right:after {
    display: block;
    content: "";
    clear: both;
}

.menu ul,
.menu-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul:after {
    display: block;
    content: "";
    clear: both;
}

.menu ul li ul li {
    position: relative;
}


.menu-right ul {
    float: right;
}

.menu-right > ul > li {
    display: inline-block;
    position: relative;
    float: left;
}

.menu > ul > li > a,
.menu-right > ul > li > a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
.menu.bg-white > ul > li > a,
.bg-white .menu-right > ul > li > a {
    color: #000;
}

.menu-right ul li ul {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
    background-color: #dde6e8;
}

.menu-right ul li ul li a {
    display: block;
    width: 150px;
    padding: 10px 20px;
    color: inherit;
    text-decoration: none;
}

.menu-right ul li ul li:hover a {
    background-color: #eff2f3;
}

@media(min-width: 320px) and (max-width: 767px) {
    .menu {
        width: 250px;
        transform: translateX(-300px);
        -moz-transform: translateX(-300px);
        -webkit-transform: translateX(-300px);
        -o-transform: translateX(-300px);
    }
}

@media(max-width: 991px) {
    .menu {
        position: fixed;
        z-index: 2;
        transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        -o-transition: transform 0.3s;

        top: 60px;
        left: 0;
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }

    .menu.is-active {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .menu ul li a {
        display: block;
        padding: 5px 10px;
        padding-right: 0;
        border-bottom: 1px solid #ffffff;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        color: #ffffff;
        text-decoration: none;
    }
    .menu.bg-white ul li a {
      color: #000;
    }

    .menu ul li span {
        display: block;
        padding: 5px 10px;
        padding-top: 0;
        padding-left: 20px;
        /*border-left: 1px solid #ffffff;*/
    }

    .menu ul li ul {
        display: none;
    }

    .menu ul ul li a {
        padding-left: 20px;
    }

    .menu ul ul ul li a {
        padding-left: 30px;
    }

    .menu .dropdown-toggle {
        float: right;
    }

    .menu-right > ul > li > a {
        display: block;
        padding-top: 5px;
        padding-left: 20px;
        padding-bottom: 15px;
    }
}

@media(min-width: 992px) {
    .menu {
        float: left;
    }

    .menu > ul > li {
        display: inline-block;
        float: left;
    }

    .menu > ul > li > a,
    .menu-right > ul > li > a {
        height: 110px;
        display: table-cell;
        vertical-align: bottom;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        font-size: 15px;
        border-bottom: 5px solid #ffff;
    }

    .menu > ul > li > a:hover,
    .menu > ul > li.active > a,
    .menu-right > ul > li > a:hover {
        border-bottom: 5px solid #be1e2d;
    }

    .menu > ul > li > ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #dde6e8;
        z-index: 3;
    }

    .menu > ul > li > ul > li > ul {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        background-color: #eff2f3;

    }

    .menu > ul > li:hover > ul,
    .menu > ul > li > ul > li:hover > ul {
        display: block;
    }

    .menu > ul > li > ul > li:hover > a {
        background-color: #ff4848;
        color: #fff;
    }

    .menu ul li ul li a {
        display: block;
        width: 180px;
        padding: 10px 20px;
        color: inherit;
        text-decoration: none;
        background-color: #fff;
    }

    .menu ul li ul .dropdown-toggle {
        float: right;
    }
}

@media(min-width: 1200px) {
    .menu > ul > li > a,
    .menu-right > ul > li > a {
        font-size: 18px;
    }
}

body.has-active-menu {
    overflow: hidden;
}

.page-mask {
    position: fixed;
    z-index: 2;
    top: 60px;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000000;
    opacity: 0;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.page-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.3;
    -webkit-transition: opacity 0.3;
}

#header-banner {
    /* margin-top: 40px; */
    /* margin-bottom: 40px; */
    margin-bottom: 0 !important;
}

#top-slide-container {
    position: relative;
}

#top-slide {
    position: absolute;
    z-index: 1;
    top: -20px;
}

#product-showcase {
    margin-top: 160px;
}

@media(max-width: 767px) {
    #product-showcase {
        margin-top: 40px;
    }
}

@media(min-width: 1920px) {
    #product-showcase {
        margin-top: 340px;
    }
}

.section-container {
    margin-top: 40px;
}

.section-container .title {
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media(max-width: 767px) {
    .section-container .title {
        font-size: 24px;
    }
}

.section-container .title strong {
    font-family: 'openSansBold', Arial, sans-serif;
}

.section-container .sub-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: center;
}

@media(max-width: 767px) {
    .section-container .sub-title {
        width: 100%;
        font-size: 16px;
    }
}

.section-container .title-separator {
    display: block;
    margin: 30px auto;
}

.section-container .content {
    margin-bottom: 40px;
}

.section-title {
    background: url('../images/pattern.png') repeat;
    display: block;
    margin-top: 40px;
}

.section-title:after {
    display: block;
    content: "";
    clear: both;
}

.section-title .label {
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    color: #5c5c5c;
}

.section-title .button-container {
    display: block;
    position: relative;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-title .button-container:after {
    display: block;
    content: "";
    clear: both;
}

.section-title .button-container span {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    font-size: 16px;
}

.section-title .button-container .button {
    display: block;
    float: left;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    background-color: #be1e2d;
    color: #ffffff;
}

.section-title .button-container .sorting {
    display: none;
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 0;
    padding: 10px;
    background-color: #eff2f3;
}

.sorting label {
    display: block;
    cursor: pointer;
}

@media(max-width: 767px) {
    .section-title .label {
        float: none;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .section-title .button-container {
        float: none;
        text-align: center;
        margin-left: 20px;
        padding-bottom: 15px;
    }

    .section-title .button-container span,
    .section-title .button-container .button {
        float: none;
        clear: both;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }

    .section-title .button-container .sorting {
        position: relative;
        top: 10px;
        margin: 0 auto 10px auto;
    }
}

.category-thumbnail {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #ffffff;
    color: inherit;
    text-decoration: none;
}

.category-thumbnail:hover {
    color: inherit;
    text-decoration: none;
}

.category-thumbnail .caption {
    text-align: center;
    height: 50px;
    overflow: auto;
}

.category-thumbnail .caption h3 {
    font-family: 'openSansSemibold', Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 0;
}

@media(max-width: 767px) {
    .category-thumbnail .caption h3 {
        font-size: 12px;
    }
}

@media(min-width: 768px) {
    .category-thumbnail .caption {
        height: 60px;
    }
}

.category-thumbnail .img-container {
    position: relative;
}

.category-thumbnail .view-detail {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.category-thumbnail:hover .view-detail {
    opacity: 0.5;
}

.category-thumbnail .caption h3 {
    font-weight: bold;
    text-transform: uppercase;
}

#news-slide {
    margin-top: 80px;
}

#news-slide,
.content.contact-us {
    margin-bottom: 60px;
}

#newsletter-form {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media(max-width: 767px) {
    #newsletter-form {
        text-align: center;
    }
}

#newsletter-form h1 {
    font-family: 'openSansBold', Arial, sans-serif;
}

#newsletter-form p {
    font-size: 20px;
    margin-bottom: 40px;
}

#newsletter-form input[type=text] {
    border: 2px solid #ffffff;
    width: 55%;
    height: 40px;
    margin-right: 10px;
    padding: 5px;
}

#newsletter-form ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0.8;
}

#newsletter-form :-moz-placeholder {
    color: #ffffff;
    opacity: 0.8;
}

#newsletter-form ::-moz-placeholder {
    color: #ffffff;
    opacity: 0.8;
}

#newsletter-form :placeholder-shown {
    color: #ffffff;
    opacity: 0.8;
}

#newsletter-form button {
    background-color: inherit;
    border: 2px solid #ffffff;
    width: 100px;
    height: 40px;
}

#logo-newsletter {
    margin-top: 60px;
    margin-bottom: 20px;
}

#newsletter-social-icon {
    font-size: 40px;
    margin-bottom: 60px;
}

@media(max-width: 767px) {
    #newsletter-social-icon {
        text-align: center;
    }
}

#newsletter-social-icon a {
    /* color: inherit; */
}

#newsletter-social-icon span {
    margin-right: 15px;
}

.header {
    margin-top: 40px;
}

.breadcrumb {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb a,
.breadcrumb span {
    padding-left: 5px;
    padding-right: 5px;
    color: inherit;
}

.breadcrumb a:first-child {
    padding-left: 0;
}

.header-title {
    font-family: 'openSansExtraBoldItalic', Arial, sans-serif;
    font-size: 60px;
    text-transform: uppercase;
}

@media(max-width: 767px) {
    .header-title {
        font-size: 32px;
        margin-bottom: 10px;
    }
}

.card-promo,
.product-thumbnail {
    position: relative;
    display: block;
    margin-bottom: 20px;
    transition: all .5s ease;

}
.card-promo{
  overflow: hidden;
  border-bottom-right-radius: 20px;
}
.card-promo .img-container{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  border: 2px solid #bebebe;
}

.card-promo .img-container ,
.product-thumbnail .img-container {
  /* background-color: #ffffff; */
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    transition: all .5s ease;
}
/* .product-thumbnail .img-container {
  background-color: none;
} */
.card-promo .img-container {
  padding: 0;
}
.card-promo .button-container:after ,
.product-thumbnail .button-container:after {
    display: block;
    content: "";
    clear: both;
}

.product-thumbnail .img-container .img-second{
  position: absolute;
  top: 0;
  left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
  z-index: 99;
  opacity: 0;
}
.product-thumbnail .img-container{
  min-height: 280px;
}
.product-thumbnail .img-container img{
  height: 200px;
  margin-top: 20px !important;
}
/* .product-thumbnail .button {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #ffffff;
} */

/* .product-thumbnail .cart-button {
    background-color: #be1e2d;
} */

.product-thumbnail .wish-button {
    background-color: #c43c48;
}
a.card-promo:hover{
  text-decoration: none;
}

.card-promo .caption ,
.product-thumbnail .caption {
  position: relative;
    min-height: 55px;
    text-align: left;
    padding: 10px 10px 0;
    color: #77787b;
}
.product-thumbnail .caption{
  padding: 10px;
}
.product-thumbnail .caption h4{
  margin: 0;
}
.product-thumbnail .caption p{
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
.card-promo .cart-box,
.product-thumbnail .cart-box {
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 2;
    border-top: 55px solid #be1e2d;
    border-left: 20px solid transparent;
    color: #fff;
    font-size: 14px;
    border-bottom-right-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.card-promo .cart-box .cart-buttons,
.product-thumbnail .cart-box .cart-button{
  position: absolute;
  top: -55px;
  z-index: 1;
  width: 100%;
  height: 55px;
  padding: 8px 0;
  border-bottom-right-radius: 5px;
}

.card-promo .cart-box .cart-button{
  border-bottom-right-radius: 20px !important;
}
.product-thumbnail .cart-box {
    width: 100%;
    height: 50px;
    position: absolute;
    right: 0;
    z-index: 2;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    color: #fff;
    font-size: 14px;
    border-bottom-right-radius: 5px;
    visibility: hidden;
    opacity: 1 ;
    transition: all .2s ease-in-out !important;
}
.product-thumbnail .cart-box .cart-button{
  position: absolute;
  top: -55px;
  z-index: 1;
  width: 100%;
  height: 50px;
  padding: 8px 0;
  border-bottom-right-radius: 0;
  background-color: rgba(190,30,45,0.7);
}
.card-promo .cart-box .cart-buttons .text,
.product-thumbnail .cart-box .cart-button .text{
  width: 60px;
  display: inline-block;
}
.card-promo .cart-box .cart-buttons .text span,
.product-thumbnail .cart-box .cart-button .text span{
  font-size: 18px;
}

.product-thumbnail .caption .name {
    font-size: 12px;
    color: #c91ba8;
}
.card-promo .caption .category {
    font-size: 14px;
    font-weight: bold;
}
.card-promo .caption .name {
    font-size: 14px;
}

.product-thumbnail .caption .price {
    font-size: 16px;
    font-weight: bold;
}

.card-promo:hover{
  /* background-color: #fff; */
}
.card-promo:hover .caption{
  border-left: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  border-bottom: 2px solid #bebebe;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
}
.product-thumbnail:hover .img-container .img-first{
  opacity: 0;
  transition: opacity .3s linear;
}
.product-thumbnail:hover .img-container .img-second{
  opacity: 1;
  transition: opacity .5s linear;
}
.card-promo:hover .cart-box,
.product-thumbnail:hover .cart-box {
  visibility: visible;
  opacity: 1;
  transition: all .5s ease-in-out;
}
.product-thumbnail:hover .cart-box {
  visibility: visible;
  opacity: 1;
  transition: all .2s ease-in-out !important;
}

/* ---- supri */
.product-thumbnail ul.color-list {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.product-thumbnail ul.color-list li.lists{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  border: 1px solid #666666;
  /* border-radius: 50%; */

}

@media(max-width: 767px) {
    .product-thumbnail .caption {
        min-height: 60px;
    }

    .product-thumbnail .caption .name,
    .product-thumbnail .caption .price {
        font-size: 12px;
    }
    .product-thumbnail ul.color-list li.lists{
      width: 12px;
      height: 12px;

    }
}

.paging-container {
    margin-top: 20px;
    text-align: right;
}

.paging-container.center-paging {
    text-align: center;
}

@media(max-width: 767px) {
    .paging-container {
        margin-top: 0;
        text-align: center;
        margin-bottom: -30px;
    }
}

.pagination {
    border-radius: 0;
}

/* .pagination > li > a,
.pagination > li > span {
    margin-left: 5px;
    padding: 10px 17px;
    background-color: #3b3b3b;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -o-transform: skew(-20deg);
} */

@media(max-width: 767px) {
    .pagination > li > a,
    .pagination > li > span  {
        margin-left: 2px;
        padding: 7px 12px;
        font-size: 12px;
    }
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  opacity: 0.7;
  color: #ffffff;
  background-color: #3b3b3b;
  border-color: #ddd;
}

/* .pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  opacity: 1;
  background-color: #be1e2d;
  border-color: #be1e2d;
} */

#prod-det-container {
    margin-top: 40px;
}

.prod-thumbnail {
    padding: 5px;
    /* background-color: #ffffff; */
}

#more-images {
    margin-top: 10px;
    padding: 5px;
    /* background-color: #ffffff; */
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}

/*#more-images div {
    padding: 5px;
    background-color: #ffffff;
}*/

@media(max-width: 767px) {
    #product-detail {
        margin-top: 20px;
    }
}

#product-detail .product-name,
#product-detail .product-price {
    font-family: 'openSansBold', Arial, sans-serif;
    font-size: 20px;
}

#product-detail .product-code {
    font-size: 16px;
    line-height: 1;
}

#product-detail .product-price {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c9d0d1;
}

#product-detail .product-desc {
    margin-top: 20px;
}

#product-detail .product-desc .desc-title,
#product-detail .color-container .color-title {
    font-family: 'openSansBold', Arial, sans-serif;
    margin-bottom: 5px;
}

#product-detail .product-desc .desc-content {
    color: #77787b;
}

#product-detail .color-container {
    margin-top: 10px;
}
#product-detail a.btn-color {
    position: relative;
    display: inline-block;
}

#product-detail .color-container .product-color {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.buy-box,
.buy-box .qty-container,
.similar-products {
    padding: 15px;
    border: 1px solid #c9d0d1;
    margin-bottom: 20px;
}

@media(max-width: 767px) {
    .buy-box {
        margin-top: 20px;
    }
}

.buy-box .qty-container:after {
    display: block;
    content: "";
    clear: both;
}

.buy-box .stock {
    margin-bottom: 10px;
    font-family: 'openSansSemibold', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.buy-box .stock.unavail {
    color: #be1e2d;
}

.buy-box .stock.avail {
    color: #2478be;
}

.buy-box .qty-container label {
    float: left;
    margin-right: 5px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
}

.buy-box .qty-container input[name=qty] {
    height: 34px;
    background-color: inherit;
}

.buy-box .bootstrap-touchspin-up,
.buy-box .bootstrap-touchspin-down {
    background-color: inherit;
}

.buy-box button {
    width: 100%;
}

.buy-box .social-container {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
}

.buy-box .social-container a {
    color: inherit;
    margin-right: 5px;
}

.similar-products .title {
    font-family: 'openSansSemibold', Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

#similar-product {
    margin-bottom: 0;
}

#similar-product div {
    text-align: center;
}

#similar-product .button {
    display: inline-block;
    margin-top: 20px;
}

#product-tabs {
    border: 0;
    margin-top: 20px;
    border-top: 1px solid #c9d0d1;
}

#product-tabs > li > a {
    padding: 15px 20px;
    border-radius: 0;
    color: #000;
}

/*#product-tabs> li > a:hover,
#product-tabs> li > a:focus {
    border-color: transparent;
    background-color: transparent;
}*/

#product-tabs > li.active > a,
#product-tabs > li.active > a:hover,
#product-tabs > li.active > a:focus {
    border-color: transparent;
    border-bottom: 2px solid #be1e2d;
    background-color: transparent;
    font-family: 'openSansSemibold', Arial, sans-serif;
    color: inherit;
}

.product.tab-content {
    margin-top: 0px;
}

#specs .row {
    margin-top: 20px;
}

#specs .row:first-child {
    margin-top: 0;
}

.product-spec,
.product-manual {
  margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #77787b;
}

.product-spec .content {
    margin-top: 20px;
}

@media(min-width: 768px) {
    .product-spec .content:first-child,
    .product-spec .content:nth-child(2) {
        margin-top: 0;
    }
}

.product-spec .type {
    font-family: 'openSansSemibold', Arial, sans-serif;
    color: #be1e2d;
}

.product-spec .title {
    font-family: 'openSansSemibold', Arial, sans-serif;
    color: #3b3b3b;
}

.product-manual {
    text-transform: uppercase;
    color: #3b3b3b;
}

.product-manual .manual-title {
    font-family: 'openSansBold', Arial, sans-serif;
    font-size: 16px;
}

.manual-file {
    margin-bottom: 20px;
}

.manual-file .filename {
    font-family: 'openSansSemibold', Arial, sans-serif;
    font-size: 16px;
}

.manual-file .filename a {
    color: inherit;
    text-decoration: none;
}
.manual-file a.ebook-btn{
  padding: 5px 20px;
  border-radius: 20px;
  border: 2px solid #be1e2d;
  color: #000;
  display: inline-block;
  margin-top: 20px;
}

.back-to-top {
    margin-top: 100px;
    margin-bottom: 100px;
    font-family: 'openSansBold', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}

.back-to-top a {
    color: inherit;
    text-decoration: none;
}

.back-to-top a:focus {
    outline: none;
}

.back-to-top span {
    display: block;
}

.news-container {
    margin-top: 40px;
}

.news {
    margin-bottom: 40px
}

.news-img {
    background-color: #ffffff;
    padding: 5px;
}

@media(min-width: 768px) {
    .news > div > div:last-child {
        padding-left: 30px;
    }
}

.news-title {
    font-family: 'openSansBold', Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2;
}

@media(max-width: 767px) {
    .news-title {
        margin-top: 10px;
    }
}

.news-date {
    font-family: 'openSansBold', Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
}

.news-content {
    margin-top: 20px;
    text-align: justify;
}

.limiter{
  overflow: hidden;
    text-overflow: ellipsis;
    max-height: 10ch;
}
.button.news-link {
    display: inline-block;
    margin-top: 30px;
    border: 2px solid #333333;
    background-color: transparent;
    color: inherit;
    font-family: 'openSansBold', Arial, sans-serif;
    font-weight: normal;
}

.button.news-link:hover {
    border: 2px solid #333;
}

.button.news-link.white {
    border-color: #fff;
}

#about-us-diag {
    position: absolute;
    top: 0;
}

.about-us-container {
    position: relative;
}

.about-us-container .section-container {
    position: absolute;
    top: 20px;
}

.about-us-container .section-container .title {
    font-family: 'openSansBold', Arial, sans-serif;
    text-align: left;
    line-height: 1.2;
    font-size: 3.07467057101025vw;
}

.about-us-container .section-container .content {
    font-size: 16px;
    font-size: 1.17130307467057vw;
}

@media(max-width: 767px) {
    .about-us-container .section-container {
        margin-top: 10px;
    }

    .about-us-container .section-container .title {
        width: 70%;
        font-size: 24px;
        font-size: 6.21761658031088vw;
    }

    .about-us-container .section-container .content {
        font-size: 10px;
        font-size: 2.59067357512953vw;
    }
}

.about-us-container .section-container.large {
    top: 23%;
}

.about-us-container .section-container.large .title {
    margin-bottom: 60px;
}

@media(max-width: 767px) {
    .about-us-container .section-container.large .title {
        margin-bottom: 20px;
    }
}

@media(min-width: 768px) {
    .about-us-wide {
        width: 58.1%;
    }
}

.banner-text {
    position: absolute;
    bottom: 60px;
    color: #ffffff;
}

.banner-text .title {
    width: 60%;
    line-height: 1.1;
    font-family: 'openSansBold', Arial, sans-serif;
    font-size: 42px;
    font-size: 3.07467057101025vw;
}

.banner-text .content {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.31771595900439vw;
}

@media(max-width: 767px) {
    .banner-text {
        bottom: 20px;
    }

    .banner-text .title {
        width: 80%;
        font-size: 18px;
        font-size: 4.66321243523316vw;
    }

    .banner-text .content {
        margin-top: 5px;
        font-size: 6px;
        font-size: 1.55440414507772vw;
    }
}

.contact-us-section {
    margin-top: 40px;
}

.contact-us-section .title {
    font-family: 'openSansBold', Arial, sans-serif;
    font-size: 24px;
}

.contact-us-section .title-separator {
    display: block;
    width: 50%;
    height: 2px;
    margin-top: 10px;
    background-color: #333333;
}

.contact-us-section .content {
    margin-top: 60px;
}

.contact-us-section .content p {
    margin-bottom: 20px;
}

.contact-us-section .content .icon {
    font-size: 42px;
    text-align: center;
}

.contact-us-section .content .button {
    margin-top: 20px;
    border: 2px solid #333333;
    background-color: transparent;
    color: #333333;
}

.contact-us-section .social-icon {
    display: block;
    margin-top: 20px;
    font-family: 'openSansBold', Arial, sans-serif;
    color: inherit;
    text-decoration: none;
    font-size: 16px;
}

.contact-us-section .social-icon span {
    font-size: 24px;
    margin-right: 10px;
}

#faq-accordion {
    margin-top: 60px;
    margin-bottom: 60px;
}
#faq-accordion.panel-group .panel {
  border-radius: 10px;
}

#faq-accordion .panel-default > .panel-heading {
    background-color: transparent;
}

#faq-accordion.panel-group .panel-heading + .panel-collapse > .list-group,
#faq-accordion.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

.footer-title {
    text-transform: uppercase;
    margin: 30px 0;
    font-weight: bold;
}

.footer-body {
    width: 70%;
    margin-bottom: 15px;
}

@media(max-width: 767px) {
    .footer-body {
        margin-left: auto;
        margin-right: auto;
    }
}

.footer-link {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-link a {
    display: block;
    padding-bottom: 5px;
    color: #ffffff;
}

.footer-copyright {
    margin-top: 10px;
}

#cart {
    padding: 20px;
    display: none;
    background-color: #e9edee;
}

@media(max-width: 767px) {
    #cart {
        padding: 10px;
    }
}

#cart-title {
    font-size: 18px;
}

#cart-empty-info {
    margin-top: 40px;
    text-align: center;
}

#cart-content {
    margin-top: 40px;
    font-size: 22px;
}

#cart-content > div.row {
    margin-bottom: 40px;
}

#cart-content img {
    max-width: 120px;
}

@media(max-width:  767px) {
    #cart-content {
        font-size: 14px;
    }

    #cart-content > div.row {
        margin-bottom: 30px;
    }

    #cart-content img {
        max-width: 80px;
    }
}

.cart-prod-name {
    line-height: 1.2;
}

.cart-prod-code {
    font-family: 'openSansBold', Arial, sans-serif;
    line-height: 1.2;
}

.cart-prod-qty {
    margin-top: 10px;
    font-size: 14px;
}

.cart-prod-qty label {
    float: left;
    margin-right: 20px;
    font-weight: normal;
}

.cart-prod-qty div.qty-container {
    float: left;
    width: 70px;
}

.cart-prod-qty div.save-qty {
    float: left;
    margin-left: 10px;
}

.cart-prod-qty input[type=text]:disabled {
    background-color: #D2D7D8;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-align: center;
}

.cart-price {
    font-family: 'openSansBold', Arial, sans-serif;
    color: #be1e2d;
}

#cart-summary {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #999;
}

#cart-total-label {
    font-family: 'openSansBold', Arial, sans-serif;
    font-size: 22px;
}

.cart-checkout-info {
    font-family: 'openSansSemibold', Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}

@media(max-width: 767px) {
    #cart-summary {
        margin-top: 20px;
    }

    #cart-total-label {
        font-size: 16px;
    }

    .cart-checkout-info {
        font-size: 10px;
    }
}


.login-bg {
  background-repeat: no-repeat;
  background-image: url('../images/back_login.jpg');
  background-size: cover;
  padding: 80px 0;
}
.register-bg {
  background-repeat: no-repeat;
  background-image: url('../images/back_register.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.login-box{
  position: relative;
  color: #838787;
  border: 2px solid #898989;
  overflow: hidden;
  border-radius: 30px;
}
.login-body{
  position: relative;
  padding: 20px 40px;
  border-bottom: 2px solid #898989;
  background: inherit;
  overflow: hidden;
  z-index: 0;
}

.login-body::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: inherit;
  box-shadow: inset 0 0 0 300px rgba(242,242,242,0.9);
  filter: blur(1px);
  z-index: -1;
}
form .group{
  position:relative;
  margin-bottom:30px;
}

input.input-material{
  position: relative;
  font-size:18px;
  padding:10px 10px 10px 35px;
  display:block;
  width:100%;
  border:none;
  border-bottom:2px solid #898989;
  background: none;
}
input.input-material:focus{outline:none;}
label.label-material{
  color:#999;
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:35px;
  top:10px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

/* active state */
input.input-material:focus ~ label.label-material, input.input-material:valid ~ label.label-material 		{
  top:-20px;
  font-size:14px;
  color:#999;

}
form.form-login{
  margin-top: 60px;
}
form .group i{
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 18px;
}


.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
.chk-regis .styled-checkbox + label:before {
  border: 1px solid #c9d0d1;
}

.styled-checkbox:hover + label:before {
  background: #898989;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #898989;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lg-btn{
  min-width: 150px;
  border-radius: 10px;
  font-size: 18px;
}
.xl-btn{
  min-width: 250px;
  border-radius: 10px;
  font-size: 18px;
}

.register-box,
.profile-box {
    position: relative;
    z-index: 1;
    background-color: #e9edee;
    color: #959494;
    -webkit-box-shadow: 0px 0px 11px 9px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 11px 9px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 11px 9px rgba(0,0,0,0.12);
}

.register-box,
.profile-box {
  padding: 0px;
    border: 1px solid #c9d0d1;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 20px;
    overflow: hidden;
}
.icon-password,
.icon-orderlist,
.icon-history,
.icon-wishlist,
.icon-confirm,
.icon-users{
  content: '';
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  display: inline-block;
}
.profile-title{
  padding: 20px 30px;
  border-bottom: 1px solid #c9d0d1;
}
.profile-title h3{
  margin: 5px 0 0;
  color: #be1e2d;
}
.profile-title .icon-users{
  background-image: url('../images/icon/icon-users.png');

}
.profile-title .icon-history{
  background-image: url('../images/icon/icon-history.png');

}
.profile-title .icon-wishlist{
  background-image: url('../images/icon/icon-wishlist.png');

}
.profile-title .icon-confirm{
  background-image: url('../images/icon/icon-confirm.png');

}
.profile-title .icon-orderlist{
  background-image: url('../images/icon/icon-orderlist.png');

}
.profile-title .icon-password{
  background-image: url('../images/icon/icon-password.png');

}
.profile-title .icon-orderlist,
.profile-title .icon-password,
.profile-title .icon-history,
.profile-title .icon-wishlist,
.profile-title .icon-confirm,
.profile-title .icon-users{
  margin-right: 20px;
  background-size: 25px;

}
.profile-title .icon-orderlist{
  background-size: 30px;

}

.profile-body{
  padding: 20px 30px;
  margin: 0 !important;
}
.box-profile{
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  border: 1px solid #c9d0d1;
}
.box-profile label{
  font-size: 12px;
}
.box-profile input,
.box-profile textarea,
.box-profile select{
  border-radius: 10px;
}
.box-profile .dob-container select{
  min-width: 150px;
}
.box-profile textarea{
  min-height: 100px;
}
.profile-body button,
.box-profile button{
  border-radius: 10px;
}
.box-profile table{
  border-collapse: separate;
}
.box-profile table > thead > tr > th{
  border-top: 1px solid #c9d0d1 !important;
  border-bottom: 1px solid #c9d0d1 !important;
}
.box-profile table > thead > tr > th:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 2px solid #eee;
}
.box-profile table > thead > tr > th:last-child{
  border-right: 2px solid #eee;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;

}
.box-profile table > tbody > tr:first-child > td{
  border-top: 0;

}
@media(max-width: 767px) {
    .profile-box {
        margin-top: 20px;
    }
    .login-body .checkbox{
      padding-bottom: 0 !important;
    }
    .m-center{
      float: none !important;
      display: block;
      text-align: center;
      margin: 15px auto;
    }
}

@media(min-width: 768px) {
    .login-box {
        width: 450px;
    }
}

.login-title h3,
.register-title h3{
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'openSansBold', Arial, sans-serif;
    text-transform: uppercase;
}
.login-title h3{
  color: #be1e2d;
}

.login-title > .title-underline,
.register-title > .title-underline {
    display: block;
    width: 80px;
    height: 1px;
    margin: 0 auto;
    background-color: #959494;
}

.profile-title > .title-underline {
    display: block;
    width: 120px;
    height: 1px;
    margin: 0;
    background-color: #d3d8d9;
}
.register-title{
  border-bottom: 1px solid #c9d0d1;
  background-color: #be1e2d;
  color: #fff;
  padding: 20px 0;
}
.register-title h3{
  margin: 0;
}
.register-body{
  padding: 30px;
}

.profile-body {
    margin-top: 40px;
}

.login-body .form-group,
.register-body .form-group,
.profile-body .form-group {
    margin-bottom: 30px;
}

.login-body .form-group label,
.register-body .form-group label,
.profile-body .form-group label {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.login-body .checkbox,
.register-body .checkbox,
.profile-body .checkbox {
    padding-bottom: 30px;
}

.login-separator {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.login-separator .separator-line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #959494;
}

.login-separator .separator-text {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -16px;
    left: 50%;
    margin-left: -24px;
    padding: 5px 15px;
    background-color: #e9edee;
    font-family: 'openSansBold', Arial, sans-serif;
    font-size: 16px;
}

.login-footer {
    padding: 40px 40px;
    background-color: rgba(212,212,212,0.8);
}

.login-footer .button {
    margin-bottom: 20px;
}

#checkout-mask {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

#checkout-msgbox {
    position: fixed;
    z-index: 2;
    top: 20%;
    left: 0;
    background-color: #e9edee;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.modal-box {
    display: none;
    padding: 40px;
}

.modal-title {
    font-size: 24px;
}

.modal-title-underscore {
    display: block;
    width: 100px;
    height: 2px;
    margin: 10px auto;
    background-color: #333;
}

.modal-warning-icon {
    margin: 20px 0;
    font-size: 4em;
}

a.modal-link {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

#checkout-msgbox .title {
    font-family: 'openSansBold', Arial, sans-serif;
    font-size: 32px;
}

#checkout-msgbox .info {
    margin-top: 10px;
}

#checkout-msgbox .back-btn-container {
    margin-top: 20px;
}

#tc-register {
  border-radius: 10px;
    padding: 20px;
    padding-right: 10px;
    height: 200px;
    color: #959494;
}

#tc-register .swiper-container {
    height: 100%;
}

#tc-register .swiper-slide {
    height: auto;
    padding-right: 30px;
}

#register-img {
    position: absolute;
    right: -60px;
    margin-top: 180px;
}

@media(max-width: 767px) {
    .button-xs-center {
        text-align: center;
    }
}

.dob-container {
    display: block;
}

.dob-container select {
    margin-right: 5px;
    border: 1px solid #959494;
    background-color: transparent;
    color: #555;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.has-error > .dob-container > select {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#profile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#profile-menu li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;

    text-transform: uppercase;
    text-decoration: none;
    color: #959494;

    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
}

#profile-menu li a:hover {
    background-color: #d8dcdd;
}

#profile-menu li:last-child a {
    /* border-bottom: 1px solid #c9d0d1; */
}

#profile-menu li.active a {
  color: #be1e2d;
}

.wishlist-thumb {
    display: block;
    float: left;
    width: 55px;
}

.wishlist-label {
    display: block;
    float: left;
    margin-left: 20px;
}

.wishlist-label .item {
    display: block;
}

.wishlist-label .item.code {
    font-family: 'openSansBold', Arial, sans-serif;
    font-size: 12px;
}

.inline-form .form-group,
.inline-form .form-control {
    display: inline-block;
}

.inline-form button {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    vertical-align: top;
}

.circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.order-status {
    position: relative;
    width: 200px;
    height: 200px;
    line-height: 200px;
    background-color: #d3d8d9;
    border: 3px solid #f3f3f3;
    text-align: center;
}

.order-status-icon {
    line-height: inherit;
    font-size: 80px;
}

.status-completion {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 3px solid #f3f3f3;
    text-align: center;
    color: #ffffff;
}

.status-completion.ok {
    background-color: #8dc63f;
}

.status-completion.ok:after {
    line-height: inherit;
    font-family: 'FontAwesome';
    font-size: 24px;
    content: "\f00c";
}

.status-completion.none {
    background-color: #d4ca12;
}

.status-completion.none:after {
    line-height: inherit;
    font-family: 'FontAwesome';
    font-size: 24px;
    content: "\f068";
}

.order-status-info {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    text-align: center;
    line-height: 1.2;
}

.order-status-info .title {
    font-family: 'openSansSemibold', Arial, sans-serif;
    font-size: 14px;
    margin: 0;
}

.order-status-info .content {
    margin-top: 5px;
    font-size: 12px;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5.12445095168375vw;
    margin-left: -5.12445095168375vw;
    font-size: 5.12445095168375vw;
    color: #fff;
    text-align: center;
}

.icon-label {
    position: absolute;
    bottom: 15%;
    left: 50%;
    width: 10.2489019033675vw;
    margin-left: -5.12445095168375vw;
    color: #fff;
    font-family: 'openSansBold', Arial, sans-serif;
    font-size: 1.46412884333821vw;
    text-align: center;
}

.form-info {
    color: #959494;
    font-size: 12px;
}

div.required .control-label:not(span)::after,
th.required::after, td.required::after {
    content: " *";
    color: #f00;
    font-weight: bold;
}

span.required::after {
    content: "*";
    color: #f00;
    font-weight: bold;
}

.form-section-title {
    font-family: 'openSansBold', Arial, sans-serif;
}

.contact-form-separator {
    display: block;
    width: 100%;
    height: 2px;
    margin: 30px 0;
    background-color: #bdbdbd;
}

#order-det-no {
    font-family: 'openSansBold', Arial, sans-serif;
    font-size: 16px;
}

#order-det-info {
    margin-top: 20px;
}

#order-det-info p {
    margin: 0;
}

.order-info-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #bdbdbd;
}

.order-det-item {
    margin-top: 20px;
}

.order-item-img {
    max-width: 120px;
}

.order-item-desc {
    margin-left: 60px;
}

@media(max-width: 768px) {
    .order-item-desc {
        margin-left: 0;
    }
}

.order-item-desc p {
    margin: 0;
}

.order-item-name {
    font-family: 'openSansBold', Arial, sans-serif;
}

.line {
    display: block;
    width: 100%;
    height: 1px;
    margin: 5px 0;
    background-color: #bdbdbd;
}

/* Recaptcha Styling */
@media(max-width: 768px) {
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}
/* .st_instagram_custom{
  background-color: #8a3ab9 !important;
}
.st_email_custom{
  background-color: #ff4c4c !important;
}
.st_facebook_custom{
  background-color: #0099e5 !important;
} */

.st_facebook_custom,
.st_instagram_custom,
.st_email_custom,
.st_googleplus_custom {
    cursor: pointer;
}

.mediakit-title {
    margin-top: 20px;
    font-size: 18px;
}

.mediakit-files {
    margin-top: 40px;
    font-size: 16px;
}

/*supri--------*/
.thanksyou-box{
  position: relative;
  display: block;
  font-size: 20px;
  text-align: center;

}
.thanksyou-background{
  width: 100%;
  height: 1024px;
  padding-top: 50px;
  margin:40px 0;
  background-image: url('../images/paper.png');
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom;
}

.thanksyou-content{
  width: 50%;
  display: block;
  margin: 50px auto;
  position: relative;
}
.thanksyou-content img{
  margin: 0 0 20px;
}
.thanksyou-box .title h1,
.thanksyou-box .title h2{
  font-family: 'Playfair Display', serif;
  font-style: italic;
  margin: 0;
  text-transform: none;

}
.thanksyou-box .title{
  margin-bottom: 30px;
}
.linebar{
  width: 50%;
  height: 2px;
  margin: 10px auto;
  display: inline-block;
  background-color: #191919;
}
.thanksyou-box .title h1{
  font-weight: bold;
  font-size: 50px;
}

.thanksyou-box .title h2{
  font-size: 45px;
}
.thanksyou-box .title h4{
  font-weight: bold;
  margin: 30px 0;
}
.thanks-link {
    display: inline-block;
    margin-top: 20px;
    border: 2px solid #BE1E2D;
    background-color: #be1e2d;
    color: inherit;
    font-family: 'openSansBold', Arial, sans-serif;
    font-weight: normal;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none !important;
}
.btn-last-order{
  margin-top: 50px;
  display: inline-block;
  text-align: center;
}
.btn-last-order h4{
  margin: 0;
  font-weight: bold;
  color: #aaa;
}
@media(min-width: 1900px) {
  .thanksyou-background{
    height: 1200px;
  }
}
@media(max-width: 1200px) {
  .thanksyou-background{
    height: 900px;
  }
}
@media(max-width: 1024px) {
  .thanksyou-background{
    height: 850px;
  }
}
@media(max-width: 991px) {
  .thanksyou-background{
    background-size: 100%;
    height: 950px;
  }
}
@media(max-width: 768px) {
  .thanksyou-background{
    height: 900px;
    background-size: 110%;

  }
  .thanksyou-content{
    width: 80%;
  }
}
@media(max-width: 650px) {
  .thanksyou-background{
    background-size: cover;
    background-position: center;
    height: 1024px;
  }
  .thanksyou-content{
    width: 100%;
  }
}
@media(max-width: 480px) {
  /*.thanksyou-background{
    margin: 20px 0;
  }*/
  .thanksyou-box .title h1{
    font-size: 36px;
  }

  .thanksyou-box .title h2{
    font-size: 30px;
  }
  .m-text-center{
    text-align: center !important;
  }
}

/* Sticky Footer */
html {
    position: relative;
    min-height: 100%;
}

#page-container {
    margin-bottom: 270px;
}

#footer-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 270px;
    background-color: #202020;
    color: #ffffff;
}

@media(max-width: 767px) {
    #page-container {
        margin-bottom: 620px;
    }

    #footer-container {
        height: 620px;
        text-align: center;
    }
}
/* End Sticky Footer */
.g-recaptcha.contacts > div {
 margin: 0 auto;
}





/* ==== Redisign Layout ==== */



/* ==== New ==== */
#page-container {
    margin-bottom: 300px !important;
}
.hide-overflow{
  overflow: hidden !important;
}
.text-right{
  text-align: right;
}
.text-red{
  color: #be1e2d;
}
.content-top{
  margin-top: 40px;
}
.img-center{
  margin: 0 auto;
}
.img-full{
  width: 100%;
}
.padding-bottom{
  padding-bottom: 50px;
}
/* --header -- */
.bg-new{
  position: relative;
  /* background-color: #f8f8f8; */
  background: linear-gradient(
    to bottom,
    #f8f8f8,
    transparent
  );
}
.section-container .title {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-container .sub-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    text-align: center;
}
.bg-white #menu-icon {
    color: #000;
}
#logo-container a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
@media(min-width: 992px) {
    #logo-container {
        position: absolute;
        left: 10px;
        z-index: 3;
    }

    #logo-container img {
        position: absolute;
        left: 15px;
        bottom: 15px;
    }

    #menu-container {
        position: relative;
        width: 100%;
        padding-left: 200px;
    }
}

#logo-container img,
img.logo-footer{
  width: 150px;
}
#header-banner.slick-slider .slick-dots{
  left: 0;
  width: 83.33333333% !important;
  bottom: 10px;
  margin-left: 8.33333333%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}

#header-banner.slick-slider .slick-dots li button:before
{
    content: '\f111';
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    opacity: .8;
}
#header-banner.slick-slider .slick-dots li {
    margin-right: 5px;
}
#header-banner.slick-slider .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #fff;
}
#header-banner.slick-slider .slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #be1e2d;
}

/* ---header new --- */
/* menu icon */
#menu-icon{
  display: inline-block;
}
label.menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 20px 0px;
  position: relative;
  user-select: none;
}

label.menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 24px;
}

label.menu-icon .navicon:before,
label.menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

label.menu-icon .navicon:before {
  top: 6px;
}

label.menu-icon .navicon:after {
  top: -6px;
}


label.menu-icon.is-active .navicon {
  background: transparent;
}

label.menu-icon.is-active .navicon:before {
  transform: rotate(-45deg);
}

label.menu-icon.is-active .navicon:after {
  transform: rotate(45deg);
}

label.menu-icon.is-active:not(.steps) .navicon:before,
label.menu-icon.is-active:not(.steps) .navicon:after {
  top: 0;
}

#cart-btn{
  position: relative;
}

/* end ---- */


ul.features{
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
ul.features li{
  text-align: left;
  list-style: none;
  display: inline-block;
  width: 400px;
  padding: 0 15px;
}
ul.features li img{
  float: left;
  width: 55px;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align:middle;
}
ul.features li h5{
  font-size: 12px;
}
/* -- masonry -- */
 .masonry {
   transition: all .5s ease-in-out;
   margin: 1.5em 0;
   padding: 0;
   -moz-column-gap: 6px;
   -webkit-column-gap: 6px;
   column-gap: 6px;
 }
 .item-masonry {
   position: relative;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
    display: inline-block;
    padding: 1em;
    margin: 0 0 2px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
  }
  .item-masonry.w-1{
    height: 250px;
  }
  .item-masonry.w-2{
    height: 350px;
  }
  .item-masonry.w-3{
    height: 607px;
  }
  .item-masonry .item-overlay{
    border-radius: 4px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  .item-masonry:hover .item-overlay{
    opacity: 0.6;
  }
  .box-item{
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    padding-bottom: 25px;
    text-align: right;
    color: #fff;
    background: linear-gradient(
      to bottom,
      transparent,
      rgba(0, 0, 0, 0.8)
    );

  }
  .box-item h4{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
  }
  .box-item a{
    font-size: 16px;
    color: #fff;
  }
  .box-item a i{
    margin-right: 5px;
  }
  @media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
      }
  }

  @media only screen and (min-width: 700px) {
      .masonry {
          -moz-column-count: 3;
          -webkit-column-count: 3;
          column-count: 3;
      }
  }

  /* --- Promo ---- */
  .no-margin{
    margin: 0 !important;
  }
  .promo-box{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .img-promo{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 300px;
  }
  .img-promo:first-child{
    width: 200px;
  }
  .infi-show{
    opacity: 0;
    animation-name: showHide;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

@Keyframes showHide{
    from{
        opacity: 0
    }
    to{
        opacity: 1;
    }
}
  /* tutorial banner ---- */
  /* .tutor-box{
    margin-top: 20px;
    margin-bottom: 20px;
  } */
  .tutor{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 350px;
  }
  .text-box{
    display: inline-block;
    padding: 20px 40px;
    width: 360px;
    height: auto;
    background-color: #E9D5DC;
    text-align: center;
    margin: 0 40px;
  }

  .text-box h4{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
  }
  .text-box p{
    text-align: left;
    line-height: 1.2;
  }
  .text-box a{
    display: inline-block;
    padding: 8px 25px;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    margin: 10px 0 0;
  }

  /* .pos-left{
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

  }
  .pos-right{
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

  } */
  .tutor .text-box.pos-left{
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

  }
  .tutor .text-box.pos-right{
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

  }

  .overlays {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
  }

  .ads-contents:hover .overlays {
    display: block;
    background: rgba(0, 0, 0, .3);
  }

  .btn-embeds {
    position: absolute;
    width: 500px;
    left:50%;
    top: 50%;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .btn-embeds a {
    width: 200px;
    padding: 12px 48px;
    text-align: center;
    color: white;
    border: solid 2px white;
    z-index: 1;
  }
  .btn-embeds a:hover{
    text-decoration: none;
  }

  .ads-contents:hover .btn-embeds {
    opacity: 1;
  }

  /* .... Testimoni --- */
  .slide-testimoni.slick-slider{
    margin-bottom: 60px;
  }
  .slide-testimoni.slick-slider .slick-dots li button:before{
    color: #555;
  }
  .slide-testimoni.slick-slider .slick-dots{
    bottom: -70px;
  }
  .slide-testimoni{
    margin-top: 30px;
  }
  a.testimoni-card{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
  }
  .testimoni-card{
    padding: 0 30px;
  }
  .testimoni-card .quote{
    text-align: justify;
    font-size: 16px;
    font-style: italic;
    display: block;
    min-height: 60px;
  }
  .testimoni-card .quote .testi-pop{
    font-size: 14px;
  }
  .testimoni-card .author{
    margin: 15px 0;
  }

  .testimoni-card .author .img-avatar,
  .testimoni-card .author ul.info{
    display: inline-block;
    vertical-align: middle;
  }
  .testimoni-card .author .img-avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 5px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .testimoni-card .author .img-avatar img {
    display: inline;
    margin: 0 auto;
    width: 100%;
  }
  .testimoni-card .author ul.info{
    margin: 10px 0;
    padding: 0;
    display: inline-block;
    width: 150px;
  }
  .testimoni-card .author ul.info li{
    list-style: none;
    padding-bottom: 5px;
    padding-left: 10px;
  }
  .testimoni-card .author ul.info li:first-child{
    font-size: 14px;
    font-weight: bold;
  }
  .testimoni-card .author ul.info li:last-child{
    font-size: 12px;
  }
  .testimoni-card span{
    display:block;

    text-align: left;
    font-size: 12px;
  }
  .testimoni-card .img-testi-box{
    display: none;
  }
  /* --popup-- */
  .testimoni-card.popup span{
    text-align: center;
  }
  #popup-testi{
    width: 400px;
  }
  .testimoni-card.popup{
    padding: 0 10px;
  }
  .testimoni-card.popup .testi-content{
    margin: 200px 0 0;
  }
  .testimoni-card.popup .img-testi-box{
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .testimoni-card.popup .quote{
    border-top: 2px solid #bebebe;
    padding-top: 10px;
  }
  .testimoni-card.popup .quote .testi-pop{
    display: none;
  }
  .testimoni-card.popup .quote.popin{
    display: none;
  }
  .testimoni-card.popup .quote.pop{
    display: block;
  }
  .testimoni-card .quote.popin{
    display: block;
  }
  .testimoni-card .quote.pop{
    display: none;
  }
  .testimoni-card.popup .img-testi-box .list-img{
    float: left;
    width: 50%;
    padding: 5px;
  }
  .testimoni-card.popup .img-testi-box .list-img .img-testi{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    height: 150px;
  }
  .testimoni-card.popup .quote{
    font-size: 14px;
  }
  .testimoni-card.popup .author{
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }
  .testimoni-card.popup .author img{
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
  }
  .testimoni-card.popup .author ul.info{
    width: 100%;
  }
  .testimoni-card.popup .author ul.info li{
    padding: 0;
  }

  .testi-list .testimoni-card{
    margin: 10px 0;
    border: 1px solid #c9d0d1;
    border-radius: 10px;
    padding: 20px;
  }
  .testi-content-btn{
    min-height: 180px;
    position: relative;
  }
  .testi-content-btn a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    text-align: center;
  }
  .testi-content-btn a .btn-rounded-icon{
    width: 50px;
    height: 50px;
    padding: 12px;
    border-radius: 30px;
    border: 1px solid #c9d0d1;
    text-align: center;
    font-size: 18px;
    margin: 10px auto;
  }

  /* Social Media Section ------ */
  .insta-box{
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;

  }
  .insta-head{
    padding: 10px;
    min-height: 80px;
  }
  .insta-head img{
    vertical-align: middle;
    width: 60px;
    float: left;
    padding: 10px 0 0 10px;
    margin-right: 20px;
  }
  .insta-head .insta-desc{
    display: inline-block;
    width: 200px;
  }
  .insta-desc span{
    margin-right: 10px;
  }
  .btn-follows{
    margin-top: 10px;
    vertical-align: top;
    display: inline-block;
    padding: 5px 15px;
    background-color: #5776BC;
    color: #fff;
    border-radius: 5px;
  }
  .btn-follows:hover{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  .insta-box .insta-content{
    background-color: #eee;
    padding: 20px;
    height: 500px;
    overflow-y: scroll;
  }
  .insta-box .insta-content .insta-thumb{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 300px;
    height: 300px;
    margin: 15px 0;
  }
  .insta-box .insta-content .insta-thumb img{
    display: block;
    max-width: 100%;
    margin: 15px auto;
    vertical-align: middle;
  }
  .fb-box{
    margin-top: 30px;
  }
  /* --- slide feature -- */

  .slide-feature::before{
    position: absolute;
    content: "";
    top: 40px;
    bottom: 50px;
    right: 0;
    width: 80%;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 20px 50px rgba(0,0,0,0.19);
  }
  .slide-feature{
    width: 100%;
    position: relative;
  }

  .feature-list h2{
    margin-left: 40px;
    font-size: 20px;
    font-weight: bold;
    color: red;
  }
  ul.feature-list-box{
    background-color: #fff;
    border: 1px solid #eee;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.19);
  }
  ul.feature-list-box li{
    list-style: none;
    display: block;
    margin: 0 0 15px;
  }
  ul.feature-list-box li h5{
    font-size: 16px;
    font-weight: bold;
    margin: 5px; 0;
  }

  .feature-list img{
    max-width: 100%;
    max-height: 500px;
    -webkit-transform: perspective( 600 ) rotateY( -15deg );
  }

  .slide-feature.slick-slider{
    margin-bottom: 40px;
  }
  .slide-feature .slick-slide{
    padding: 40px 0;
    margin: 0 20px;
  }
  .slick-slide:focus {
    outline: 0;
  }
  .slide-feature.slick-slider .slick-dots,
  .slide-activity.slick-slider .slick-dots
  {
    left: 0;
    width: 83.33333333% !important;
    bottom: 10px;
    margin-left: 8.33333333%;
    width: 100%;
  }

  .slide-feature.slick-slider .slick-dots li button:before,
  .slide-activity.slick-slider .slick-dots li button:before
  {
      content: '\f111';
      font-family: FontAwesome;
      font-size: 14px;
      line-height: 20px;
      color: #000;
      opacity: .8;
  }
  .slide-feature.slick-slider .slick-dots li,
  .slide-activity.slick-slider .slick-dots li
  {
      margin-right: 5px;
  }
  .slide-feature.slick-slider .slick-dots li.slick-active button:before,
  .slide-activity.slick-slider .slick-dots li.slick-active button:before
  {
      opacity: .75;
      color: #000;
  }
  .slide-feature.slick-slider .slick-dots li.slick-active button:before,
  .slide-activity.slick-slider .slick-dots li.slick-active button:before
  {
      opacity: 1;
      color: #be1e2d;
  }

 /* ---- Ads home --- */
 .ads-home-container{
   width: 100%;
   display: inline-block;
   overflow: hidden;
   margin: 40px 0;
 }
 .ads-home{
   margin: 0 -10px;
 }
 .ads-7,.ads-5{
   float: left;
   padding: 0 5px;
 }
 .ads-7{
   width: 58.33333333%;
 }
 .ads-5{
   width: 41.66666667%;
 }

 .ads-contents{
   position: relative;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   height: 350px;
 }
 .ads-texts{
   color: #fff;
 }
 .ads-texts h4{
  margin: 0;
  line-height: 1.3;
 }
 .ads-texts p{
   margin-bottom: 0;
 }
 .text-btm-lft{
   position: absolute;
   bottom: 20px;
   left: 30px;
 }
 .text-btm-rgt{
   position: absolute;
   bottom: 20px;
   right: 30px;
 }

 .slide-video,
 .video-category{
   position: relative;
   width: 800px;
   margin: 20px auto;
 }

 /* --- SLide Activity -- */
 a.activity-card{
   text-decoration: none;
   color: #000;
 }
 .activity-card .img-card{
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   border-radius: 20px;
   width: 100%;
   height: 200px;
 }
 .activity-card .text-card{
   padding: 20px 0;
 }
 .activity-card .text-card h4{
   font-weight: bold;
   color: #be1e2d;
   margin: 0 0 10px;
 }
 .slide-activity .slick-slide{
   padding: 40px 0;
   margin: 0 40px;
 }

  /* ---- product category --- */
  .slide-product-other{
    position: relative;
  }
  .product-other-item{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }
  .video-category-box::before{
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 300px;
    background-color: #b9d5e5;
    z-index: -1;
  }
  /* .video-category-box{
    height: 600px;
  } */
  /* --- Product Detail --- */
  /* .prod-thumbnail {
      float: right;
      width: 600px;
      margin-right: 150px;
      padding: 5px;
      background-color: #ffffff;
  } */
  #product-view a img{
    margin: 0 auto;
    transform: translate(-50px);
  }
  .img-product-list{
    display: block;
  }
  .img-product-list a{
    height: auto;
    width: auto;
    display: inline-block;
    background-color: #eee;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  .img-product-list a img{
    width: 100px;
    height: auto;
    border-radius: 5px;
  }
  #product-detail .detail-product-top{

    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #be1e2d;
  }
  #product-detail .detail-product-top .product-category{
    font-family: 'openSansExtraBold', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #be1e2d;
    line-height: .8;
    text-transform: uppercase;
  }
  #product-detail .detail-product-top .product-name{
    font-size: 24px;
    font-weight: lighter;
    color: #be1e2d;
  }
  #product-detail .detail-product-top .product-price {
    margin-top: 0;
    font-size: 18px;
    border: none;
  }
  #product-detail .detail-product-top .product-name,
  #product-detail .detail-product-top .product-price {
      font-family: 'openSans', Arial, sans-serif;
  }
  #product-detail .color-container .product-color{
    border-radius: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #666666;
  }

  .buy-box,
  .buy-box .qty-container,
  .similar-products {
      padding: 0;
      border: none;
      margin-bottom: 20px;
  }
  .buy-box{
    border: 2px solid #eee;
    border-radius: 10px;
    margin-top: 50px;
    padding: 20px 20px 0;
    margin-bottom: 10px;
  }
  .buy-box .stock {
    display: inline-block;
      margin-top: 8px;
      margin-bottom: 10px;
      font-family: 'openSansBold', Arial, sans-serif;
      font-weight: bold;
      text-transform: none;
  }

  .buy-box .stock span{
    font-family: 'openSans', Arial, sans-serif;
    padding: 6.5px 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    font-weight: normal;
    margin-left: 10px;
  }
  .buy-box .stock span.unavail i{
      color: #d41515;
  }

  .buy-box .stock span.avail i{
      color: #5ff03e;
  }
  .buy-box .qty-container input[name=qty] {
      height: 34px;
      background-color: inherit;
      border-top: 1px solid #eee;
      border-left: 1px solid #eee;
      border-bottom: 1px solid #eee;
      border-right: 0;
      /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
      border-top-left-radius : 5px !important;
      border-bottom-left-radius : 5px !important;
  }
  .buy-box .qty-container{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-bottom: 20px !important;
  }
  .buy-box .input-group-btn-vertical{
    border-top-right-radius : 5px !important;
    border-bottom-right-radius : 5px !important;
    border-top: 2px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 0;
  }
  .buy-box .input-group-btn-vertical .bootstrap-touchspin-up,
  .buy-box .input-group-btn-vertical .bootstrap-touchspin-down{
    border: 0;
  }
  .buy-box button {
    border-radius: 8px;
  }
  .buy-box button,
  .buy-box .social-container{
    width: 100%;
  }
  .social-box .social-container{
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
    display: inline-block;
  }
  .social-box .social-container .circle-btn{
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
  }
  .circle-btn{
    /* background-color: #b2b2b2; */
  }


  ul.list-store-ready{
    margin: 0;
    padding: 0;
  }
  ul.list-store-ready li{
    list-style: none;
    padding: 5px 10px;
    border-bottom: 2px solid #eee;
  }
  ul.list-store-ready li:last-child{
    border: 0;
  }
  ul.list-store-ready li:hover{
    background-color: #eee;
  }
  ul.list-store-ready a:hover{
    text-decoration: none;
  }
  ul.list-store-ready a{
    color: #000;
  }
  ul.list-store-ready h4{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  }
  ul.list-store-ready p{
  font-size: 12px;
  }


  .market-box{
    border-top: 2px solid #eee;
    margin-top: 30px;
  }
  .market-grid{
    height: 100%;
    padding: 20px 0;
  }
  .market-grid a{
    color: inherit;
  }
  .market-grid a:hover{
    text-decoration: none;
  }
  .market-grid i{
    vertical-align: middle;
    font-size: 24px;
  }
  .market-grid span{
    line-height: 30px;
    margin-left: 10px;
  }
  .market-grid:last-child{
    border-left: 2px solid #eee;
  }
  .market-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .market-list li{
    display: flex;
    flex-direction: column;
    float: left;
    width: 33.333%;
    padding: 10px;
  }
  .market-list li img{
    width: 30px;
  }

  .product-tabs-box{
    background-color: #b2b2b2;
    margin-top: 50px;
  }
  #product-tabs{
    border: none;
  }
  #product-tabs.nav-tabs>li{
    float: none;
  }
  #product-tabs.nav>li{
    margin: 0 10px;
    display: inline-block;
  }
  #product-tabs > li > a{
    /* border-bottom: 8px solid #eee; */
  }
  #product-tabs > li.active > a,
  #product-tabs > li.active > a:hover, #product-tabs > li.active > a:focus{
    /* background-color: #be1e2d; */
    border-bottom: 6px solid #be1e2d;
    color: #fff;
    border-radius: 4px;
  }


  /* ----- News and Event --- */
  a.card-news{
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 2px 30px rgba(0,0,0,0.19);
    margin: 20px;
    display: inline-block;
    overflow: hidden;
  }
  .card-news .card-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
  }
  .card-news .card-text{
    background-color: #fff;
    padding: 20px;
  }
  .card-news .card-text .card-author{
    float: left;
    font-size: 12px;
    color: #77787b;
  }
  .card-news .card-text .card-date{
    float: right;
    font-size: 12px;
    color: #77787b;
  }
  .card-news .card-text h4.card-title{
    display: block;
    font-family: 'openSansExtraBold', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 30px 0 10px;
  }
  /* --- Card-news-hover */
  .card-news-hover{
    position: relative;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 2px 30px rgba(0,0,0,0.19);
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
  }
  .card-news-hover .card-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
  }
  .card-news-hover .card-news-overlay {
    background: rgba(129,129,129,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }

  .card-news-hover:hover .card-news-overlay{
    opacity: 1;
  }
  .card-news-hover .card-text {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .card-news-hover:hover .card-text{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  .fadeIn-bottom{
    top: 80%;
  }

  .card-news-hover .card-text .card-title{
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }

  .card-news-hover .card-text .card-desc{
    text-align: left;
    color: #fff;
    font-size: 0.8em;
  }
  .card-news-hover .card-text a.btn-link{
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
    text-align: center;
    display: inline-block;

  }
  .card-news-hover .card-text a.btn-link:hover{
    text-decoration: none;
    color:#be1e2d;
  }



  .slide-activity .slick-slide{
    padding: 40px 0;
    margin: 0 40px;
  }

  .pagination > li > a, .pagination > li > span{
    margin-left: 5px;
    padding: 10px 10px;
    /* background-color: #3b3b3b; */
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border: none;
    /* transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -o-transform: skew(-20deg); */
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    opacity: 1;
    background-color: transparent;
    border-color: #be1e2d;
    color: #be1e2d;
    font-weight: bold;
  }

 /* About Us ------ */
 .back-about{
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   position: relative;
   width: 100%;
   height: 500px;
 }
 .back-about.top{
   height: 700px;
 }
.back-pos-1{
  background-position: left;
}
.back-pos-2{
  background-position: right;
}
.content-box{
  position: relative;
  width: 100%;
  height: 100%;
}
.content-about{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 20px;
  width: 50%;
}
.top .content-about{
  top: 100px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.pos-1{
  left: 8.33333333%;
}
.pos-2{
  right: 8.33333333%;
}

.content-about .title-about,
.content-about .desc-about{
  width: 350px;
  margin: 10px auto;
}
.content-about .title-about h1::before{
  position: absolute;
  top: -20px;
  left: 0;
  content: '';
  width: 100px;
  height: 10px;
  background-color: #be1e2d;
}
.content-about .title-about h1{
  position: relative;
  line-height: 1.3;
}

  /* Contact Us --- */
.back-contact-box{
  background-image: url('../images/home/back-contact.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.box-contact-us{
  padding-left: 20%;
  padding-top: 30px;
  padding-bottom: 40px;
  color: #333;
}
.box-contact-us a{
  color: #333;
}
/* .box-contact-us p{
  font-weight: bold;
  font-size: 16px;
} */
.box-contact-us img{
  margin-right: 15px;
}
.table-contact{
  width: auto;
  font-size: 18px;
}
.table-contact > tbody > tr > td {
  padding: 0 25px 5px 0;
  min-width: 50%;
}
.table-contact > tbody > tr > td:last-child {
  font-weight: bold;
}
.toll-free{
  text-align: left;
  margin-top: 60px;
  display: inline-block;
  margin-top: 50px;
  padding: 20px 20px;
  border-radius: 30px;
  /* border: 2px solid; */
  line-height: 1px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.19);
}
.toll-free img{
  float: left;
}
.toll-free a{
  display: inline-block;
  overflow: hidden;
}
.toll-free a h4,
.toll-free a h2{
  margin: 0;
}
.toll-free a h4{
  font-weight: bold;
}
.toll-free a h2{
  font-weight: bold;
}
.toll-free a{
  text-decoration: none;
}
.toll-free h2:hover{
  text-decoration:underline;
}

  /* Maps ==== */
#google-container {
  position: relative;
  min-width: 100%;
  min-height: 500px;
  margin: 50px 0 100px;
  background-color: #e7eaf0;

  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 20px 100px rgba(0, 0, 0, 0.3);
}

#map {
  position: relative;
  min-width: 100%;
  min-height: 500px;
  border-radius: 10px;
  background-color: #e7eaf0;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
h4.marker-heading{
  font-weight: bold;
}
a.direction-map{
  display: inline-block;
  margin-top: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: green;
  color: #fff;
}

.cd-google-map {
  /* display: none; */
}
#cd-google-map {
  position: relative;
  padding: 20px 0 50px;
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(254,82,76, 0.9); /* Primary color, can be changed via colors.css */
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/maps/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #d36868;
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

#cd-zoom-out {
  background-position: 50% -32px;
}

.list{
  margin-top: 20px;
  margin-bottom: 20px;
}
@media(min-width: 1367px) {
  .product-thumbnail{
    min-height: 320px;
  }
}
@media(max-width: 1366px) {
  .product-thumbnail{
    min-height: 350px;
  }
}
@media(min-width: 1366px) {
  .list p{
    width: 80%;
  }
}
@media(min-width: 1170px) {
  #result-data .list .info-box{
    min-height: 140px !important;
  }
}
@media(max-width: 1169px) {
  #result-data .info-box{
    min-height: 160px;
  }
}
@media(max-width: 991px) {
  #result-data .info-box{
    min-height: 100px;
  }
  .box-contact-us{
    padding-top: 50px;
  }
}
@media(max-width: 768px) {
  #result-data .info-box{
    min-height: 80px;
  }
}
.list h4.region,
.list h5.store{
  font-family: 'openSansBold', Arial, sans-serif;
}
.button.btn-telp{
  margin-left: 10px;
}
.btn-maps-box button{
  float: left;
}
.btn-maps, a.btn-telp{
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #be1e2d;
  color: #000;
}
.btn-maps:hover, a.btn-telp:hover{
  background-color: #be1e2d;
  color: #fff;
}
a.btn-telp{
  font-size: 24px;
}
.btn-toko{
  display: inline-block;
  margin-top: 10px;
  /* width: 100%; */
}
#modal-store{
  display: none;
}
.card-contact-box{
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 30px;
}
.back-contact{
  background-image: url(../images/home/back_contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
}
a.btn-card-box{
  color: inherit;
  display: inline-block;
  margin-top: 20px;
  padding: 8px 20px;
  border-radius: 20px;
  border: 2px solid #be1e2d;
}
.card-contact{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.card-contact a{
  color: inherit;
}
/* .card-contact .img-card{
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 300px;
} */
.card-contact .content-card{
  padding: 20px 25px;
  min-height: 150px;
  text-align: center;
  width: 100%;
}
.card-contact .content-card .title{
  font-size: 24px;
  margin: 10px 0;
}
.card-contact .content-card img{
  float: left;
  margin-right: 20px;
  width: 60px;
}
.card-contact .content-card p{
  font-size: 14px;
  overflow: hidden;
}
.card-contact .content-card p.text-red{
  font-size: 18px;
  overflow: hidden;
  vertical-align: bottom;
}
.card-contact .content-card ul.socmed{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  display: inline-block;
  margin-right: 20px;
}
.card-contact .content-card ul.socmed li{
  margin-right: 10px;
  display: inline-block;
  color: #be1e2d;
  font-size: 28px;
}
.lines-y::before{
  content: "";
  position: absolute;
  border-right: solid 1px #9b9b9b;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  width: 1px;
  top: 45px;
  left: 0;
}

 /* --- Footer -- */
 #page-container {
    margin-bottom: 500px;
  }
 .footer-container {
     position: absolute;
     /* bottom: 0; */
     width: 100%;
     height: auto;
     /* padding-top: 50px; */
     /* padding-bottom: 50px; */
     background-color: #f8f8f8;
 }
 img.logo-footer{
   padding: 20px 0;
 }
 .footer-title {
     text-transform: uppercase;
     margin: 20px 0;
     font-weight: bold;
     color: #be1e2d;
 }

 .footer-body {
     width: 70%;
     margin-bottom: 15px;
 }

 @media(max-width: 767px) {
     .footer-body {
         margin-left: auto;
         margin-right: auto;
     }
 }

 .footer-link {
     list-style: none;
     margin: 0;
     padding: 0;
 }

 .footer-link a {
     display: block;
     padding-bottom: 5px;
     color: #000;
 }

 .footer-copyright {
     margin: 15px 0;
     font-size: 18px;
     /* text-align: center; */
 }
 .contact-footer{
   position: relative;
   min-height: 240px;
   padding-top: 10px;
 }
 .contact-footer a{
   font-size: 28px;
   color: #000;
   text-decoration: underline;
   font-weight: bold;
   margin-bottom: 20px;
   display: inline-block;
 }
 .contact-footer h4{
   color: #be1e2d;
   margin-bottom: 0;
 }
 .contact-footer img{
   position: absolute;
   left: 250px;
   bottom: 0;
 }
 .email-box{
    position: relative;
    width: 400px;
    padding: 30px;
    border-radius: 10px;
    border: 2px solid #eee;
    background-color: #fff;
    margin-bottom: 30px;
 }
 .email-box img{
   float: left;
   max-width: 60px;
   margin-right: 20px;
   vertical-align: middle;
 }
 .email-box h4{
   font-weight: bold;
   margin: 0;
 }
 #newsletter-social-icon {
     font-size: 32px;
     text-align: right;
     margin: 20px 0;
     color: #be1e2d;
 }
 .form-mailbox{
   display: block;
   padding-top: 10px;
 }
 .input-groups{
   display: inline-block;
   width: 100%;
 }
 .form-mailbox > input{
   padding-right: 60px;
 }
 .form-mailbox input[type=text],
 .form-mailbox button{
   float: left;
 }
 .form-mailbox input[type=text]:focus{
   outline: 0;
 }

 .form-mailbox input[type=text] {
     border: 2px solid #eee;
     background-color: #fff;
     width: 80%;
     height: 40px;
     border-bottom-left-radius: 10px;
     border-top-left-radius: 10px;
     padding: 15px;
 }
 .form-mailbox button {
   float: right;
     border: none;
     color: #fff;
     background-color: #be1e2d;
     width: 20%;
     height: 40px;
     border-bottom-right-radius: 10px;
     border-top-right-radius: 10px;
 }
 .wave{
	position: absolute;
  background-image: url('../images/icon/wave.svg');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  height: 350px;
  top: -350px;
	width: 100%;
  z-index: -1;
}
 .wave1{
	position: absolute;
  background-image: url('../images/icon/wave.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  opacity: .8;
  height: 550px;
  top: -30px;
	width: 100%;
  z-index: -1;
}
 .wave2{
   position: absolute;
   background: url(../images/icon/1.1.png);
   background-repeat: no-repeat;
   background-position: left center;
   background-size: cover;
   /* opacity: .8; */
   height: 800px;
   top: -350px;
   width: 100%;
   z-index: -1;
}
 .wave3{
   position: absolute;
   background: url(../images/icon/wave3.svg);
   background-repeat: no-repeat;
   background-position: left center;
   background-size: 110%;
   /* opacity: .8; */
   height: 600px;
   top: -350px;
   width: 100%;
   z-index: -1;
}
.pos-relative{
  position: relative !important;
}
.svg-full{
  position: absolute;
  width: 100% !important;
  left: 0;
  right: 0;
  height: 400px;
  top: -300px;
  z-index: -1;
}

/* ---- Responsive ---- */
@media (min-width: 1367px){
  body{
    position: relative;
    margin: 0 auto;
    max-width: 2200px !important;
  }
  .tutor {
    height: 550px;
  }
  .top.back-about{
    height: 800px !important;
  }
  .back-about{
    height: 600px !important;
  }
}
@media (max-width: 1366px){
  .md-full{
    margin-left: 0;
    width: 100%;
  }
  ul.features li{
    width: 300px;
  }
  .slide-feature::before{
    right: 20px !important;
    bottom: 20px !important;
  }
  .slide-feature.slick-slider .slick-dots{
    bottom: -40px !important;
  }
  .slide-activity .slick-slide{
    margin: 0 10px;
  }
  .insta-box .insta-content .insta-thumb{
    height: 250px;
  }
  .tutor .text-box.pos-left{
    left: 0;
  }
  .tutor .text-box.pos-right{
    right: 0;
  }

}
@media (min-width: 1100px){
  .slide-product-other{
    width: 1000px;
    margin: 0 auto;
  }
}
@media (min-width: 993px){
  .m-greetings{
    display: none;
  }
  .top.back-about{
    height: 600px;
  }
}
@media (max-width: 992px){
  .greetings{
    display: none;
  }
  .m-greetings{
    display: inline-block;
  }
  .menu.bg-white ul li a{
    font-size: 18px;
  }
  .card-contact .img-card{
    height: 250px;
  }
  .card-contact .content-card .title{
    font-size: 20px;
  }
  .card-contact .content-card img{
    width: 40px;
  }
  .text-box{
    margin: 0;
  }
  .slide-video,.video-category{
    width: 70%;
  }
  .box-contact-us{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .table-contact{
    margin: 0 auto;
  }
  .contact-footer a{
    font-size: 24px;
  }
  .contact-footer img{
    left: 180px;
  }
  .tutor .text-box.pos-left{
    left: 20px;
  }
  .tutor .text-box.pos-right{
    right: 20px;
  }
  .text-box h4{
    font-size: 20px;
  }
  .text-box{
    padding: 20px;
    width: 200px;
  }
  .cart.badge {
    top: 0px;
    right: -10px;
  }
  .product-other-item{
    background-position: left;
    height: 250px;
  }
  .top.back-about{
    height: 400px;
  }
  .back-about{
    height: 300px;
  }
  .pos-1{
    left: 0;
  }
  .pos-2{
    right: 0;
  }
  .content-about{
    width: auto;
  }
  .top .content-about {
    top: 10px;
  }
}
@media (max-width: 768px){
  .section-container{
    margin-top: 10px;
  }
  .card-promo .img-container img{
    width: 100%;
  }
  .img-promo{
    width: 200px !important;
  }
  .img-promo:first-child{
    width: 150px !important;
  }
  .fb-box{
    text-align: center;
  }
  #page-container {
     margin-bottom: 650px;
   }

   .tutor:nth-child(1){
     background-position: -300px;
   }
   .tutor:nth-child(4){
     background-position: -400px;
   }
   .tutor:nth-child(5){
     background-position: -160px;
   }

  /* ---Product Detail--- */
  .prod-thumbnail{
    /* position: absolute; */
  }
  #product-view a img{
    transform: none;
  }
  .img-product-list a{
    display: inline-block !important;
    margin-left: 5px;
    margin-right: 5px;
  }
  .img-product-list.slick-slider .slick-dots li button:before{
    color: #555;
  }
  .img-product-list.slick-slider .slick-dots{
    bottom: -30px;
  }
  #more-images {
    margin-bottom: 50px;
  }

  .back-contact{
    height: 200px;
  }
  #map{
    min-height: 350px;
  }
  .lines-y::before{
    display: none;
  }

  .footer-container{
    height: auto;
  }
  .contact-footer{
    text-align: center;
    padding-top: 30px;
  }
  .contact-footer img{
    position: relative;
    display: inline-block;
    left: 0;
  }
  .footer-copyright{
    text-align: center;
  }
}
@media (max-width: 668px){
  .top.back-about{
    height: 250px;
  }
  .back-about{
    height: 200px;
  }
  .content-about .title-about, .content-about .desc-about{
    width: 180px;
  }
  .top .content-about .title-about, .top .content-about .desc-about{
    width: 250px;
  }
  .content-about .title-about h1::before{
    height: 5px;
    width: 50px;
    top: -10px;
  }
  .content-about .title-about h1{
    font-size: 16px;
  }
  .content-about .desc-about{
    font-size: 10px;
    line-height: 1;
  }
  .back-pos-1,
  .back-pos-2{
    background-position: center;
  }
  .product-thumbnail .img-container img{
    height: auto;
  }
}
@media (max-width: 500px){
  .svg-full {
    height: 200px;
    top: -120px;
  }
}
@media (max-width: 480px){
  .xl-btn{
    min-width: 100%;
    font-size: 12px;
  }
  .box-profile{
    padding: 20px 25px;
  }
  .profile-body{
    padding: 20px 20px !important
  }

  .top.back-about{
    height: 200px;
  }

  .dob-container select{
    margin: 10px 0;
    min-width: 100%;
    width: 100%;
  }
  .menu-right > ul > li > a{
    padding-left: 15px;
  }
  .menu-right ul > li > a > img{
    width: 25px;
  }
  .section-container .title{
    font-size: 20px;
  }
  .sub-title p{
    font-size: 12px;
  }
  #header-banner.slick-slider .slick-dots{
    bottom: -5px;
    right: 0;
  }
  #header-banner.slick-slider .slick-dots li button:before{
    font-size: 8px;
  }
  #header-banner.slick-slider .slick-dots li{
    margin-right: -5px;
  }
  .slide-video,
  .video-category{
    width: 100%;
  }
  .promo-box{
    margin-bottom: 0;
  }

  .sub-title h4{
    font-size: 14px;
  }

  .tutor{
    height: 250px;
  }

  .img-product-list .slick-slide{
    margin: 0 5px;
  }
  .buy-box{
    padding-right: 10px;
    padding-left: 10px;
  }
  .m-full{
    width: 100% !important;
  }
  .promo-box{
    padding-left: 5px;
    padding-right: 5px;
  }
  .m-padding{
    padding-left: 5px;
    padding-right: 5px;
  }
  .insta-box .insta-content .insta-thumb{
    max-width: 100%;
    width: 100%;
    height: 300px;
  }

  .tutor:nth-child(1){
    background-position: -130px;
  }
  .tutor:nth-child(4){
    background-position: -260px;
  }
  .tutor:nth-child(5){
    background-position: -150px;
  }

  .tutor .text-box.pos-left{
    left: 10px;
  }
  .tutor .text-box.pos-right{
    right: 10px;
  }
  .testimoni-card .quote{
    text-align: center;
  }
  .text-box {
    width: 160px;
    padding: 10px 20px;
  }
  .text-box h4{
    font-size: 16px;
  }
  .text-box p{
    font-size: 12px;
  }
  .text-box a{
    font-size: 12px;
    border-radius: 8px;
    padding: 5px 20px;
  }
  .insta-head img{
    width: 50px;
    margin-right: 10px
  }
  .insta-desc h4{
    font-size: 14px;
  }
  .insta-desc span{
    font-size: 12px;
  }

  .table-contact > tbody > tr > td {
    min-width: auto;
  }

  #newsletter-social-icon {
    margin: 0 0 30px;
    text-align: left;
  }

  #popup-testi{
    width: auto;
  }

  .product-other-item{
    height: 200px;
  }
  .testi-list .testimoni-card .author{
    text-align: center;
  }
  .testi-list .testimoni-card .author .img-avatar{
    display: block;
    margin: 0 auto 10px;
  }
  .testi-list .testimoni-card .author ul.info li{
    text-align: center;
  }
  .testi-list .testimoni-card .author ul.info li span{
    text-align: center;
  }
}
@media (max-width: 430px){
  .product-thumbnail{
    min-height: 340px;
  }
  .email-box{
    width: 100%;
  }
  #product-tabs.nav>li{
    margin: 0;
  }
  #product-tabs > li > a{
    padding-left: 10px;
    padding-right: 10px;
  }

  .tutor:nth-child(1){
    background-position: -200px;
  }
  .tutor:nth-child(2){
    background-position: 0px;
  }
  .tutor:nth-child(4){
    background-position: -300px;
  }
  .tutor:nth-child(5){
    background-position: -180px;
  }
}
@media (max-width: 360px){
  .content-about .title-about h1{
    line-height: 1.1;
  }
  .top.back-about{
    height: 180px;
  }
  .section-container .title{
    font-size: 24px;
  }
  #header-banner.slick-slider{
    /* margin-bottom: 10px; */
  }
  .card-promo .caption .category{
    font-size: 12px;
  }
  .buy-box .qty-container{
    width: 100px;
  }
  .img-promo{
    width: 150px;
  }
  .img-promo:first-child{
    width: 100px;
  }
  .modal-box{
    padding: 0;
  }

  .toll-free img{
    float: none;
    margin-bottom: 20px;
  }
  .testimoni-card .author .img-avatar{
    margin-bottom: 10px;
  }
  .tutor{
    height: 200px;
  }
  .tutor:nth-child(1) {
    background-position: -120px;
  }
  .tutor:nth-child(4){
    background-position: -240px;
  }
  .tutor:nth-child(5){
    background-position: -150px;
  }
  .testimoni-card.popup .testi-content{
    margin: 200px 0 0;
  }

  .product-thumbnail .img-container{
    min-height: 180px;
    max-height: 180px;
  }
  .product-thumbnail .img-container img{
    height: 130px;
  }
  .market-list li img {
    width: 20px;
  }

}

@media (max-width: 320px){
  .img-promo{
    width: 280px !important;
  }
  .testimoni-card.popup .img-testi-box .list-img{
    width: 100%;
  }
}

.promo-container{
  margin-top: -100px;
  margin-bottom: 200px;
}
@media (max-width: 1024px){
  .promo-container{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px){
  .promo-container .pull-left,
  .promo-container .pull-right{
    float: none !important;
    text-align: center;
  }
  .promo-container .g-recaptcha{
    width: 100%;
    transform: none;
  }
}
.promo-container ol{
  padding: 0 20px;
  margin: 0;
}
.btn-box{
  margin: 30px 0;
}
#promo-form label.error{
  color: red;
  display: block;
}
label.input-files{
  position: relative;
  cursor: pointer;
    padding: 4px 25px;
    border: 1px solid #000;
    border-radius: 4px;
    background: none;
    display: table;
    color: #000;
 }
 .input-files input[type="file"] {
    display: none;
}

label.input-files label.error{
  position: absolute;
    right: -100px;
    top: -10px;
}

.thanks-modal{
  padding: 50px 20px;
  text-align: center;
}
.thanks-modal img{
  display: block;
  margin: 0 auto;
  width: 120px;
}
.thanks-modal h1{
  color: green;
}

#promo-modal button.close{
  margin-top: 10px;
  margin-right: 20px;
  font-size: 40px;
}

.loading-box{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  background-color: rgba(255,255,255, 0.8);
  display: none;
}
.center-pos{
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #7F7F7F;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.delete-btn{
  background-color: red;
  border-radius: 50%;
  line-height: 0;
  position: absolute;
  top: -5px;
  right: -5px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  padding: 10px 8px 12px;
}

.preview-img{
  width: 100px;
  position: relative;
}
.preview-img img{
  height: 150px;
  display: block;
  margin: 0 auto;
}

label.col-sm-3.col-form-label span {
    font-size: 10px !important;
    color: #555;
}
