/*
Theme Name: Olangvien
Theme URI: https://www.haravan.com/?ref=son-bui
Author: NoDeadline Team
Author URI: https://www.haravan.com/?ref=son-bui
Description: NoDeadline Team
Version: 1.0
License: GNU General Public License v2 or later
Tags: two-columns, left-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu
Text Domain: Accent
*/
/*========================================================== GENERAL ==========================================================*/
* {
  font-family: Montserrat, sans-serif;
  margin: 0;
  padding: 0; }

.glyphicon {
  font-family: "Glyphicons Halflings" !important; }

.fa {
  font-family: "FontAwesome" !important; }

img, iframe {
  max-width: 100%; }

:focus {
  outline: 0; }

table {
  width: 100%; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
  position: initial !important; }

body {
  line-height: 1.42857143;
  font-size: 14px;
  color: #000000;
  background: #ffffff;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: Montserrat, sans-serif; }

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

ol, ul {
  padding-left: 15px;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 20px;
  line-height: 1.4; }

h1 {
  font-size: 31px;
  color: #2154ac; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  margin-bottom: 10px;
  line-height: 24px; }

img {
  border: none;
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: #000000;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }

a:hover, a:focus {
  color: #a58e8e;
  text-decoration: none; }

button, input {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s; }

input[type=text], input[type=email], input[type=password], input[type=number], input[type=search], textarea {
  border: 1px solid #b5b5b5;
  padding: 8px 15px;
  font-size: 14px;
  color: #757575;
  border-radius: 0; }

button, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
  border-color: #C1BCBC;
  outline: none; }

fieldset {
  border: 2px groove threedface;
  display: block;
  padding-block-end: 0.75em;
  padding-block-start: 0.35em;
  text-align: center; }

fieldset legend {
  display: inline-block;
  color: inherit;
  background: none;
  vertical-align: top; }

.dt-width-100 {
  width: 100%;
  height: auto;
  display: block; }

/* reuse style */
.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.pos-initial {
  position: initial; }

.pos-t-0 {
  top: 0; }

.pos-t-10 {
  top: 10%; }

.pos-t-20 {
  top: 20%; }

.pos-t-30 {
  top: 30%; }

.pos-b-0 {
  top: 0; }

.pos-b-10 {
  bottom: 10%; }

.pos-b-20 {
  bottom: 20%; }

.pos-b-30 {
  bottom: 30%; }

.pos-l-0 {
  left: 0; }

.pos-l-10 {
  left: 10%; }

.pos-l-20 {
  left: 20%; }

.pos-l-30 {
  left: 30%; }

.pos-r-0 {
  right: 0; }

.pos-r-10 {
  right: 10%; }

.pos-r-20 {
  right: 20%; }

.pos-r-30 {
  right: 30%; }

.pos-l-ini {
  left: initial !important; }

.pos-r-ini {
  right: initial !important; }

.pos-t-ini {
  top: initial !important; }

.pos-b-ini {
  bottom: initial !important; }

.p-l-0 {
  padding-left: 0; }

.p-l-5 {
  padding-left: 5px; }

.p-l-10 {
  padding-left: 10px; }

.p-l-15 {
  padding-left: 15px; }

.p-l-20 {
  padding-left: 20px; }

.p-l-25 {
  padding-left: 25px; }

.p-l-30 {
  padding-left: 30px; }

.p-r-0 {
  padding-right: 0; }

.p-r-5 {
  padding-right: 5px; }

.p-r-10 {
  padding-right: 10px; }

.p-r-15 {
  padding-right: 15px; }

.p-r-20 {
  padding-right: 20px; }

.p-r-25 {
  padding-right: 25px; }

.p-r-30 {
  padding-right: 30px; }

.p-t-0 {
  padding-top: 0; }

.p-t-5 {
  padding-top: 5px; }

.p-t-10 {
  padding-top: 10px; }

.p-t-15 {
  padding-top: 15px; }

.p-t-20 {
  padding-top: 20px; }

.p-t-25 {
  padding-top: 25px; }

.p-t-30 {
  padding-top: 30px; }

.p-b-0 {
  padding-top: 0; }

.p-b-5 {
  padding-bottom: 5px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-b-25 {
  padding-bottom: 25px; }

.p-b-30 {
  padding-bottom: 30px; }

.m-l-0 {
  margin-left: 0; }

.m-l-5 {
  margin-left: 5px; }

.m-l-10 {
  margin-left: 10px; }

.m-l-15 {
  margin-left: 15px; }

.m-l-20 {
  margin-left: 20px; }

.m-l-25 {
  margin-left: 25px; }

.m-l-30 {
  margin-left: 30px; }

.m-r-0 {
  margin-right: 0; }

.m-r-5 {
  margin-right: 5px; }

.m-r-10 {
  margin-right: 10px; }

.m-r-15 {
  margin-right: 15px; }

.m-r-20 {
  margin-right: 20px; }

.m-r-25 {
  margin-right: 25px; }

.m-r-30 {
  margin-right: 30px; }

.m-t-0 {
  margin-top: 0; }

.m-t-5 {
  margin-top: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-15 {
  margin-top: 15px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-25 {
  margin-top: 25px; }

.m-t-30 {
  margin-top: 30px; }

.m-b-0 {
  margin-bottom: 0; }

.m-b-5 {
  margin-bottom: 5px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-25 {
  margin-bottom: 25px; }

.m-b-30 {
  margin-bottom: 30px; }

.nopadding {
  padding: 0px; }

.nomargin {
  margin: 0px; }

.p-5 {
  padding: 5px; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.m-5 {
  margin: 5px; }

.m-10 {
  margin: 10px; }

.m-15 {
  margin: 15px; }

.m-20 {
  margin: 20px; }

.border-radius-0 {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px; }

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

.b-0 {
  border: 0; }

.b-l-0 {
  border-left: 0; }

.b-r-0 {
  border-right: 0; }

.b-t-0 {
  border-top: 0; }

.b-b-0 {
  border-bottom: 0; }

.b-1 {
  border: 1px; }

.b-l-1 {
  border-left: 1px; }

.b-r-1 {
  border-right: 1px; }

.b-t-1 {
  border-top: 1px; }

.b-b-1 {
  border-bottom: 1px; }

.dis-block {
  display: block; }

.dis-inline {
  display: inline-block; }

.border-black {
  border-color: #000; }

.border-solid {
  border-style: solid; }

/*=========== custom style ===============*/
main {
  marrgin-top: 45px !important; }

.heading_page {
  font-family: Montserrat;
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
  color: #555;
  margin: 0;
  font-size: 14px;
  font-weight: bold; }

.btn_web {
  background: #2D2D2B;
  color: #fff;
  border: 1px solid #656565;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  z-index: 1; }

.view_more {
  font-weight: 700;
  font-size: 14px;
  margin: 50px 0 15px; }

.box-wishlist {
  margin-top: 20px; }
  .box-wishlist .tab_line {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    color: #555;
    text-align: right;
    font-family: Montserrat; }
    .box-wishlist .tab_line.text-left {
      text-align: left; }

/*=========== breadcrumb ===============
.breadcrumb_bg{
background:#ffcccc;
&.product{
background:#ffcccc;
}
&.category{
background:#bedacc;
}
&.collection{
background:#aaddf0;
}
color:#fff;
margin: 0;
padding: 4px 15px 4px 40px;

ol{
margin: 0;
padding: 0;
background: transparent;
li{
&.home{
&+li:before{
content: '';
padding: 0;
}
}
&+li:before{
content: '\f105';
font: normal normal normal 14px/1 FontAwesome;
color:#fff;
}
}
}
span{
margin: 0;
color:#fff;
font-size: 14px;
}
}*/
/*=========== end breadcrumb ===============*/
/*=========== about us ===============*/
#about-us img {
  width: 100%; }

/*=========== end About us ===============*/
/*=========== page ===============*/
#page .page_sidebar h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #555555;
  border-bottom: 1px solid #898989;
  margin: 0;
  padding: 5px 0; }

#page .page_sidebar ul {
  padding: 0; }
  #page .page_sidebar ul li {
    border-bottom: 1px solid #c5c5c5;
    padding: 10px 0; }
    #page .page_sidebar ul li a {
      color: #555555;
      font-size: 14px; }
    #page .page_sidebar ul li:last-child {
      border: 0; }

#page .title_page {
  font-size: 18px;
  margin: 0;
  color: #555555;
  border-bottom: 1px solid #898989;
  text-transform: uppercase;
  padding: 5px 0; }

#page .content_page {
  padding: 15px 0; }

/*=========== end page ===============*/
/*=========== cart ===============*/
#cart #cart_page .row_th_cart {
  padding: 15px 0;
  border-bottom: 1px solid #d3d3d3; }
  #cart #cart_page .row_th_cart h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif !important; }
    #cart #cart_page .row_th_cart h3.item_columns {
      text-align: left; }

#cart #cart_page .cart_row {
  padding: 30px 0;
  position: relative; }
  #cart #cart_page .cart_row:not(:last-child) {
    border-bottom: 1px solid #d3d3d3; }
  #cart #cart_page .cart_row .img_cart {
    cursor: pointer;
    display: inline-block;
    width: 120px;
    margin-right: 10px;
    vertical-align: middle; }
    #cart #cart_page .cart_row .img_cart img {
      max-height: 120px; }
  #cart #cart_page .cart_row .info_cart {
    width: calc(100% - 130px);
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px; }
    #cart #cart_page .cart_row .info_cart .pro_cart {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px; }
  #cart #cart_page .cart_row .txtCartQty {
    text-align: center;
    line-height: 30px; }
    #cart #cart_page .cart_row .txtCartQty input {
      border: 1px solid #d3d3d3;
      text-align: center;
      width: 50px;
      font-weight: 500;
      font-size: 16px;
      line-height: 30px;
      padding: 0;
      display: block; }
    #cart #cart_page .cart_row .txtCartQty .remove_item_cart {
      margin-top: 15px;
      display: block;
      text-decoration: underline;
      font-size: 15px; }
  #cart #cart_page .cart_row .price_item span {
    font-size: 16px;
    line-height: 32px;
    display: block; }
  #cart #cart_page .cart_row .price_item .ap-btn-wishlist {
    margin-top: 20px;
    display: block;
    font-size: 15px;
    text-decoration: underline; }

#cart #mini_cart {
  padding: 20px;
  background-color: #f0f1f1;
  margin-top: 30px; }
  #cart #mini_cart h3 {
    padding-top: 5px;
    margin-bottom: 10px;
    border-top: 1px solid #c8c9c9;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #c8c9c9;
    padding-bottom: 5px; }
  #cart #mini_cart .order_sum {
    line-height: 32px;
    font-size: 16px; }
  #cart #mini_cart .line_both {
    padding-top: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c8c9c9; }
  #cart #mini_cart .btn_checkout {
    background: #000;
    color: #fff;
    border: 1px solid #656565;
    cursor: pointer;
    padding: 0 10px;
    margin-top: 20px; }

/*=========== end Cart ===============*/
/*login, register, reset password, active account*/
#login, #recover-password, #register {
  width: 80%;
  margin: 0 auto; }
  #login .heading_page, #recover-password .heading_page, #register .heading_page {
    margin-bottom: 10px; }
  #login p, #recover-password p, #register p {
    margin: 15px 0; }
  #login .form_web .row_account, #recover-password .form_web .row_account, #register .form_web .row_account {
    position: relative;
    margin-bottom: 15px; }
    #login .form_web .row_account span, #login .form_web .row_account a, #recover-password .form_web .row_account span, #recover-password .form_web .row_account a, #register .form_web .row_account span, #register .form_web .row_account a {
      display: block;
      float: left;
      margin-top: 6px;
      padding: 0 10px; }
  #login .form_web .item_title, #recover-password .form_web .item_title, #register .form_web .item_title {
    display: block;
    margin-bottom: 7px;
    font-weight: 500; }
  #login .form_web .inputbox, #recover-password .form_web .inputbox, #register .form_web .inputbox {
    width: 100%;
    background-color: transparent;
    border: 1px solid #2D2D2B;
    font-weight: 500;
    font-size: 16px;
    padding: 5px;
    padding: 5px 10px; }
    #login .form_web .inputbox:focus, #recover-password .form_web .inputbox:focus, #register .form_web .inputbox:focus {
      border-color: #000;
      background-color: #FFF; }
  #login .signin_open_facebook, #recover-password .signin_open_facebook, #register .signin_open_facebook {
    display: inline-block;
    width: 220px;
    height: 32px;
    padding-right: 15px;
    margin-left: 10px;
    text-align: right;
    background: url(facebook8ae7.png?v=758) no-repeat #4862a4;
    background-size: auto 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weght: 500;
    font-size: 15px;
    line-height: 32px;
    color: #FFF;
    cursor: pointer;
    margin-top: 0 !important; }

/*=========== end login, register, reset password, active account ===============*/
/*=========== Product loop ===============*/
.list_products .pro_item {
  position: relative;
  text-align: center;
  margin-bottom: 0px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .list_products .pro_item .pro_img {
    position: relative;
    margin-bottom: 30px;
    /*
			&:after{
			content: '';
			bottom: -15px;
			left: 0;
			position: absolute;
			height: 1px;
			background: #c5c5c5;
			width: 70%;
			margin: 0 auto;
			right: 0;
		}
			*/ }
    .list_products .pro_item .pro_img span {
      position: relative;
      width: 100%;
      height: 100%;
      display: table;
      max-height: 325px;
      overflow: hidden; }
    .list_products .pro_item .pro_img a:not(.popup_quick_view) {
      vertical-align: middle;
      height: 100%;
      width: 100%; }
    .list_products .pro_item .pro_img img {
      max-width: 100%;
      width: 100%; }
  .list_products .pro_item .popup_quick_view {
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
    bottom: 20%;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 5px;
    opacity: 0;
    transition: all .4s ease-in-out;
    position: absolute;
    color: #FFF;
    background-color: #2D2D2B; }
  .list_products .pro_item .pro_love_icon {
    top: 10px;
    right: 10px;
    font-size: 1.2em;
    line-height: 14px;
    position: absolute;
    color: #555; }
    .list_products .pro_item .pro_love_icon .fa-minus-circle {
      font-size: 25px;
      color: #231f20; }
  .list_products .pro_item .pro_cate {
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #555;
    font-size: 22px;
    margin: 0; }
    .list_products .pro_item .pro_cate a {
      color: #2D2D2B;
      font-weight: 600;
      font-size: 22px; }
  .list_products .pro_item .pro_name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 8px;
    line-height: 1.2;
    margin: 0;
    text-transform: none;
    margin-top: 10px; }
    .list_products .pro_item .pro_name a {
      font-weight: 400;
      line-height: 1.2;
      font-size: 18px;
      color: #2D2D2B;
      overflow: hidden;
      display: block;
      text-overflow: ellipsis; }
  .list_products .pro_item .pro_des {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-weight: 500;
    line-height: 1.2;
    font-size: 17px;
    color: #414042; }
  .list_products .pro_item .status_icon {
    left: 0;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    top: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.64px;
    color: #FFF;
    background-color: #000;
    position: absolute; }
    .list_products .pro_item .status_icon.sale {
      left: initial;
      right: 40px;
      background: #E04444;
      padding: 5px 13px;
      height: 30px;
      text-transform: initial !important;
      border-radius: 0px 0px 10px 10px;
      font-weight: 400; }
  .list_products .pro_item:hover .popup_quick_view {
    opacity: 1;
    bottom: 40px; }

.list_products.list_products_related .pro_item .pro_img span {
  max-height: 353px; }

.list_products.list_products_related .pro_item .pro_img img {
  height: 353px; }

.three_col .product-item {
  width: 33.3%; }

/*=========== end product loop ===============*/
/*=========== account ===============*/
.sidebar_account h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #555;
  border-bottom: 1px solid #000000;
  margin: 0;
  font-family: Montserrat; }

.sidebar_account ul {
  padding: 0; }
  .sidebar_account ul li {
    border-bottom: 1px solid #c5c5c5;
    padding: 15px 0; }
    .sidebar_account ul li a {
      color: #555555;
      font-size: 14px;
      font-family: Montserrat; }
    .sidebar_account ul li:last-child {
      border: 0; }
    .sidebar_account ul li.active a {
      font-weight: 600;
      font-family: Montserrat; }

.my_profile {
  margin-top: 30px;
  position: relative; }
  .my_profile .profile_info {
    margin-bottom: 20px; }
  .my_profile .profile_item {
    margin-bottom: 12px;
    color: #555555;
    font-size: 14px;
    font-family: Montserrat; }
    .my_profile .profile_item span {
      font-family: Montserrat;
      font-weight: bold;
      min-width: 130px;
      display: inline-block;
      color: #555; }
  .my_profile .edit_btn {
    position: absolute;
    right: 0;
    top: 0; }
    .my_profile .edit_btn .btn_web2 {
      font-size: 20px; }

.address_table {
  margin-top: 30px;
  background: #f0f1f1;
  padding: 20px; }
  .address_table .default_address {
    border-bottom: 1px solid #252525;
    padding-bottom: 5px;
    display: block;
    color: #555;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .address_table .address_actions {
    padding-top: 15px; }
    .address_table .address_actions a {
      border: 1px solid #000;
      color: #555;
      text-transform: uppercase;
      display: inline-block;
      padding: 3px 15px; }
      .address_table .address_actions a:hover {
        background: #000;
        color: #fff; }
  .address_table .input-group {
    margin-bottom: 20px; }
    .address_table .input-group.col-haft {
      width: 50%;
      float: left;
      padding: 0 10px; }
    .address_table .input-group.col-full {
      width: 100%;
      float: left;
      padding: 0 10px; }
    .address_table .input-group label {
      font-size: 14px;
      margin-bottom: 5px; }
    .address_table .input-group input {
      padding: 5px 15px; }
      .address_table .input-group input:focus {
        outline: none;
        box-shadow: none; }
      .address_table .input-group input[name="address[default]"] {
        width: 20px;
        height: 20px;
        background: #fff;
        margin: 0;
        vertical-align: middle;
        margin-right: 10px; }
  .address_table .cancel {
    display: inline-block;
    padding: 5px 10px; }
  .address_table .btn_web:hover {
    color: #fff; }
  .address_table .edit_address {
    margin-left: -10px;
    margin-right: -10px; }
  .address_table.add_new_address form {
    margin-left: -10px;
    margin-right: -10px; }

#history-orders .table-orders {
  margin-top: 30px; }
  #history-orders .table-orders tr th {
    padding: 15px 10px;
    border-color: #959595;
    border-width: 1px;
    border-top: 1px solid #959595;
    font-weight: 500; }
  #history-orders .table-orders tr.item-pagination-order td {
    vertical-align: middle;
    padding: 15px 10px;
    font-weight: 500; }
    #history-orders .table-orders tr.item-pagination-order td.order_number a {
      color: #97bdaa;
      border-bottom: 1px dashed #97bdaa; }

#order-detail .heading_page {
  margin-bottom: 30px; }

#order-detail #order_shipping {
  background: #f0f1f1;
  padding: 20px;
  width: 50%;
  margin-bottom: 20px; }
  #order-detail #order_shipping .order_section_title {
    margin-top: 0;
    border-bottom: 1px solid #252525;
    padding-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase; }
  #order-detail #order_shipping .adressName, #order-detail #order_shipping .order_date, #order-detail #order_shipping .order_address {
    font-size: 14px; }
    #order-detail #order_shipping .adressName span, #order-detail #order_shipping .order_date span, #order-detail #order_shipping .order_address span {
      font-weight: 500; }

#order-detail .table-orders table th {
  border-color: #959595;
  border-width: 1px;
  font-weight: 500; }
  #order-detail .table-orders table th.order_number {
    padding-left: 100px; }

#order-detail .table-orders table td {
  white-space: nowrap !important;
  overflow: visible;
  vertical-align: middle;
  padding: 20px 8px; }

#order-detail .table-orders .item_col .img_cart {
  width: 100px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center; }

#order-detail .table-orders .item_col .info_cart {
  width: calc(100% - 200px);
  margin-top: 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle; }
  #order-detail .table-orders .item_col .info_cart .pro_cart {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px; }
    #order-detail .table-orders .item_col .info_cart .pro_cart a {
      display: inline-block; }

#order-detail #mini_cart {
  width: 50%;
  float: right;
  margin-top: 30px; }
  #order-detail #mini_cart h3 {
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #c8c9c9;
    padding-bottom: 5px;
    text-align: right; }
  #order-detail #mini_cart .order_sum {
    line-height: 32px;
    font-size: 16px; }
  #order-detail #mini_cart .line_both {
    padding-top: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c8c9c9; }
  #order-detail #mini_cart .btn_checkout {
    background: #000;
    color: #fff;
    border: 1px solid #656565;
    cursor: pointer;
    padding: 0 10px;
    margin-top: 20px; }

/*=========== end account ===============*/
/*=========== wishlist ===============*/
.wishlist_pros .heading_page {
  margin-bottom: 30px;
  font-size: 14px; }

.wishlist_wrap .wistlist_item {
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .wishlist_wrap .wistlist_item:not(:last-child) {
    border-bottom: 1px solid #eaeaea; }
  .wishlist_wrap .wistlist_item .col {
    float: left; }
  .wishlist_wrap .wistlist_item .wistlist_img {
    width: 15%; }
  .wishlist_wrap .wistlist_item .wistlist_content {
    width: 45%;
    padding: 0 15px; }
    .wishlist_wrap .wistlist_item .wistlist_content .wistlist_name {
      font-size: 18px;
      font-weight: 700;
      margin: 0; }
      .wishlist_wrap .wistlist_item .wistlist_content .wistlist_name a {
        color: #555; }
    .wishlist_wrap .wistlist_item .wistlist_content .wistlist_price {
      font-weight: 500;
      line-height: 1.4;
      font-size: 18px;
      font-family: source_sans_prosemibold;
      color: #808285;
      letter-spacing: 1px;
      margin: 10px 0; }
  .wishlist_wrap .wistlist_item .wistlist_info {
    width: 20%;
    padding: 0 15px;
    text-align: center; }
    .wishlist_wrap .wistlist_item .wistlist_info .quantity_love {
      display: none;
      font-size: 15px;
      padding: 8px 0; }
      .wishlist_wrap .wistlist_item .wistlist_info .quantity_love i {
        margin-right: 5px; }
  .wishlist_wrap .wistlist_item .wistlist_btn {
    width: 20%; }
    .wishlist_wrap .wistlist_item .wistlist_btn a {
      margin-bottom: 10px;
      display: block;
      text-align: center; }
      .wishlist_wrap .wistlist_item .wistlist_btn a.btn_web:hover {
        background: transparent;
        color: #555; }
      .wishlist_wrap .wistlist_item .wistlist_btn a.remove {
        display: block;
        padding: 5px 10px;
        font-size: 14px;
        border: 1px solid #5b5b5b;
        text-align: center; }
        .wishlist_wrap .wistlist_item .wistlist_btn a.remove:hover {
          background: #000;
          color: #fff; }

/*=========== end wishlist ===============*/
/*=========== skincare profile ===============*/
.title_heading {
  margin-bottom: 30px; }

.box-product-list-skin {
  margin-top: 20px; }
  .box-product-list-skin .heading_page {
    margin-bottom: 30px;
    text-align: right; }

#choose_skincare .dropdown_list {
  position: relative;
  width: 100%; }
  #choose_skincare .dropdown_list select {
    width: 100%;
    height: 30px;
    padding: 3px 22px 3px 5px;
    border: 1px solid #ccc; }

#choose_skincare .col_skincare {
  width: 50%;
  float: left; }
  #choose_skincare .col_skincare:first-child {
    padding-right: 40px; }
  #choose_skincare .col_skincare:last-child {
    padding-left: 40px; }

#choose_skincare h3 {
  display: inline-block;
  padding: 3px 10px;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #231f20;
  color: #FFF; }

/*=========== end skincare profile ===============*/
/*=========== quickview ===============*/
.white-popup-block {
  background: #FFF;
  padding: 60px;
  text-align: left;
  max-width: 920px;
  margin: 40px auto;
  position: relative; }
  .white-popup-block .img_dtp, .white-popup-block .row_pro {
    margin-bottom: 20px; }
  .white-popup-block .six.columns {
    width: 37.5%;
    float: left; }
  .white-popup-block .ten.columns {
    width: 62.5%;
    float: left; }
  .white-popup-block .info_detail_pro {
    padding-left: 30px; }
  .white-popup-block .l_col_view .main_img {
    text-align: center;
    margin-bottom: 50px; }
  .white-popup-block .l_col_view .main_img img {
    max-height: 300px; }
  .white-popup-block .fix-info h3 {
    font-weight: 500;
    letter-spacing: .05em;
    color: #555;
    margin: 0;
    font-size: 16px; }
    .white-popup-block .fix-info h3 a {
      font-size: 14px; }
  .white-popup-block .fix-info h2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 0px;
    line-height: 1.2;
    padding: 3px 0;
    line-height: 35px;
    margin-bottom: 0;
    font-size: 17.6px; }
  .white-popup-block .fix-info h2 a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2px;
    color: #414042;
    margin-bottom: 0; }
  .white-popup-block .wistlist_info {
    display: inline-block;
    padding: 8px 0;
    margin-bottom: 5px; }
  .white-popup-block .wistlist_info .quantity_love {
    padding-right: 15px;
    margin-right: 14px;
    border-right: 1px solid #eaeaea;
    float: left; }
  .white-popup-block .wistlist_info .quantity_love .fa {
    margin-right: 5px; }
  .white-popup-block .star-ratings.haravan-product-reviews-badge {
    display: inline-block; }
  .white-popup-block .hrv-product-reviews-star .star-off-png {
    font-size: 10px;
    color: #555; }
  .white-popup-block .star-ratings.haravan-product-reviews-badge > p {
    display: none; }
  .white-popup-block .info_detail_pro .pro_dt_price {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    font-family: source_sans_prosemibold !important;
    color: #808285; }
  .white-popup-block .info_detail_pro .btn_web {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    background: #000;
    color: #fff;
    border: 1px solid #656565;
    cursor: pointer;
    min-width: 150px;
    float: left; }
  .white-popup-block .info_detail_pro .ae-cover-wishlist {
    display: inline-block;
    width: auto; }
  .white-popup-block .info_detail_pro .bor_btn {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #5b5b5b;
    min-width: 150px;
    color: #555; }
    .white-popup-block .info_detail_pro .bor_btn:hover {
      background: #000;
      color: #fff; }

.mfp-hide {
  display: none !important; }

/*=========== end quickview ===============*/
/*=========== Contact ===============*/
.contact-page .heading_page {
  margin-bottom: 30px; }

.contact-page #info_contact .info_contact_left {
  float: left;
  width: 50%; }

.contact-page #form_contact {
  padding: 20px;
  background-color: #f0f1f1; }
  .contact-page #form_contact .col_form {
    width: 45%;
    float: left; }
    .contact-page #form_contact .col_form.last {
      float: right; }
  .contact-page #form_contact .row_account {
    position: relative;
    margin-bottom: 15px; }
    .contact-page #form_contact .row_account .item_title {
      display: block;
      margin-bottom: 7px;
      font-weight: 500; }
    .contact-page #form_contact .row_account .inputbox {
      background-color: #fff;
      border: 1px solid transparent;
      padding: 5px;
      width: 100%; }

/*=========== end contact ===============*/
/*=========== store location ===============*/
#store-location .heading_page {
  margin-bottom: 30px; }

#store-location .map_left {
  float: left; }
  #store-location .map_left#map {
    padding-right: 40px;
    width: 60%; }
  #store-location .map_left#info_contact {
    padding-left: 40px;
    width: 40%; }
    #store-location .map_left#info_contact p {
      margin: 0; }

/*=========== end store location ===============*/
/*=========== List Collection ===============*/
.list_alphaB_wrap {
  padding-left: 15px;
  padding-right: 15px; }
  .list_alphaB_wrap .list_alphaB {
    -ms-display: flex;
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px; }
    .list_alphaB_wrap .list_alphaB a {
      font-weight: 700; }
  @media (max-width: 767px) {
    .list_alphaB_wrap {
      display: block;
      background: #fff;
      overflow-y: hidden;
      overflow-x: scroll;
      -ms-overflow-style: none;
      -ms-scroll-snap-type: mandatory;
      -ms-scroll-snap-points-x: snapInterval(0%, 100%);
      -ms-scroll-chaining: chained;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      position: relative;
      z-index: 2;
      margin: 0; }
      .list_alphaB_wrap .list_alphaB {
        display: block;
        overflow: hidden;
        width: 750px;
        margin-top: 0; }
        .list_alphaB_wrap .list_alphaB a {
          float: left;
          padding: 10px; } }

#list-collection .heading_page {
  color: #555;
  margin-bottom: 30px;
  font-size: 20px;
  border-color: #000000;
  font-family: Montserrat;
  font-weight: bold; }

.display_product_option {
  padding-top: 20px;
  text-align: right;
  color: #555; }
  .display_product_option span {
    display: inline-block;
    width: 58px;
    height: 22px;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: middle; }
  .display_product_option .view_3cols {
    margin-left: 5px;
    background: url("icon_3_cols8ae7.png?v=758") no-repeat; }
    .display_product_option .view_3cols.active {
      background-image: url("icon_3_cols_active8ae7.png?v=758"); }
  .display_product_option .view_4cols {
    background: url("icon_4_cols8ae7.png?v=758") no-repeat; }
    .display_product_option .view_4cols.active {
      background: url("icon_4_cols_active8ae7.png?v=758") no-repeat; }

/*=========== end List Collection ===============*/
/*=========== Collection ===============*/
#collection .icon-toggle {
  position: relative; }
  #collection .icon-toggle:before {
    content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #555;
    font-size: 18px; }

#collection .menu-toogle-sidebar > h2 {
  text-transform: capitalize;
  margin: 0 0 5px;
  padding-bottom: 2px;
  color: #2D2D2B;
  font-size: 17px;
  font-weight: 600;
  font-family: Montserrat; }

#collection .menu-toogle-sidebar .block-menu-toggle {
  padding: 0;
  margin: 0; }
  #collection .menu-toogle-sidebar .block-menu-toggle .list-sub-link {
    max-height: 300px;
    overflow-y: scroll;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: Montserrat;
    /*style scroll bar*/
    /*end style scroll bar*/ }
    #collection .menu-toogle-sidebar .block-menu-toggle .list-sub-link::-webkit-scrollbar {
      width: 2px; }
    #collection .menu-toogle-sidebar .block-menu-toggle .list-sub-link::-webkit-scrollbar-thumb {
      background-color: #ececec; }
    #collection .menu-toogle-sidebar .block-menu-toggle .list-sub-link li {
      padding: 5px 0;
      font-size: 11px; }
      #collection .menu-toogle-sidebar .block-menu-toggle .list-sub-link li a {
        font-family: Montserrat; }
  #collection .menu-toogle-sidebar .block-menu-toggle .mn-item {
    border-bottom: 1px solid #c5c5c5; }
    #collection .menu-toogle-sidebar .block-menu-toggle .mn-item.sortby {
      border-bottom: 0; }
    #collection .menu-toogle-sidebar .block-menu-toggle .mn-item > a {
      margin: 10px 0;
      display: block;
      font-family: Montserrat; }
      #collection .menu-toogle-sidebar .block-menu-toggle .mn-item > a .icon-toggle {
        float: right;
        padding-right: 15px; }
    #collection .menu-toogle-sidebar .block-menu-toggle .mn-item span {
      cursor: pointer; }
    #collection .menu-toogle-sidebar .block-menu-toggle .mn-item.show .icon-toggle:before {
      content: "\f107"; }

#collection .collection_content .heading_page {
  margin-bottom: 30px;
  color: #555;
  font-weight: bold;
  font-family: Montserrat;
  font-size: 14px; }

#collection .display_product_option {
  margin-bottom: 40px;
  display: inline-block;
  margin-right: 15px; }

.btn_load_more_pro {
  background: transparent;
  color: #555;
  border: 0; }
  .btn_load_more_pro:focus, .btn_load_more_pro:active {
    outline: 0;
    box-shadow: none; }

/*=========== end Collection ===============*/
/*=========== Product ===============*/
/*=========== Responsive ===============*/
@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%; } }

@media (max-width: 1199px) {
  /*=========== wishlist ===============*/
  .wishlist_wrap .wistlist_item .wistlist_img {
    width: 25%; }
  .wishlist_wrap .wistlist_item .wistlist_content {
    width: 75%; }
    .wishlist_wrap .wistlist_item .wistlist_content .wistlist_price {
      margin-bottom: 0; }
  .wishlist_wrap .wistlist_item .wistlist_info {
    width: 100%;
    text-align: left;
    padding: 0; }
  .wishlist_wrap .wistlist_item .wistlist_btn {
    width: 100%;
    text-align: right;
    margin-top: 10px; }
    .wishlist_wrap .wistlist_item .wistlist_btn a {
      display: inline-block; }
      .wishlist_wrap .wistlist_item .wistlist_btn a.remove {
        display: inline-block; }
  /*=========== end wishlist ===============*/ }

@media (max-width: 1199px) and (min-width: 992px) {
  .list_products .pro_item .pro_img img {
    height: 233px; }
  .list_products.list_products_related .pro_item .pro_img span {
    max-height: 330px; }
  .list_products.list_products_related .pro_item .pro_img img {
    height: 330px; } }

@media (min-width: 992px) {
  .border-before:before {
    width: 1px;
    height: 100%;
    background: #000;
    content: '';
    position: absolute;
    top: 0;
    left: 0; }
  .sidebar_padding {
    padding-right: 60px; } }

@media (max-width: 991px) {
  .text-left-sm {
    text-align: left; }
  .text-right-sm {
    text-align: right; }
  .text-center-sm {
    text-align: center; }
  .dis-block-sm {
    display: block; }
  .dis-inline-sm {
    display: inline-block; }
  /*login, register, reset password, active account*/
  #login, #recover-password, #register {
    width: 100%; }
    #login .form_web .inputbox, #recover-password .form_web .inputbox, #register .form_web .inputbox {
      width: 84%; }
  #register {
    padding-top: 20px;
    border-top: 1px solid #d5d5d5;
    margin-top: 20px; }
  /*=========== end login, register, reset password, active account ===============*/
  /*=========== Skincare ===============*/
  #choose_skincare .col_skincare {
    width: 100%;
    padding: 0 !important; }
    #choose_skincare .col_skincare:first-child {
      margin-bottom: 20px; }
  /*=========== end skincare ===============*/ }

@media (max-width: 991px) and (min-width: 768px) {
  .list_products .pro_item .pro_img img {
    height: 324px; }
  .list_products.list_products_related .pro_item .pro_img span {
    max-height: 338px; }
  .list_products.list_products_related .pro_item .pro_img img {
    height: 338px; } }

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left; }
  .text-right-xs {
    text-align: right; }
  .text-center-xs {
    text-align: center; }
  .dis-block-xs {
    display: block; }
  .dis-inline-xs {
    display: inline-block; }
  .m-t-xs-30 {
    margin-top: 30px; }
  .p-l-xs-15 {
    padding-left: 15px; }
  /*=========== Cart ===============*/
  #cart .row_th_cart {
    display: none; }
  #cart #mini_cart {
    margin-top: 20px; }
  /*=========== end cart ===============*/
  /*=========== acccount ===============*/
  .add_new_address_title {
    margin-top: 30px; }
  #order-detail #order_shipping {
    width: 100%; }
  #order-detail .table-orders .item_col {
    min-width: 350px; }
    #order-detail .table-orders .item_col .img_cart {
      width: 80px; }
    #order-detail .table-orders .item_col .info_cart {
      width: calc(100% - 90px); }
      #order-detail .table-orders .item_col .info_cart .pro_cart {
        text-overflow: ellipsis;
        overflow: hidden; }
  #order-detail #mini_cart {
    width: 100%; }
  /*=========== end acccount ===============*/
  /*=========== breadcrumb ===============*/
  .breadcrumb_bg {
    padding: 4px 15px 4px 15px; }
  /*=========== end breadcrumb ===============*/
  /*=========== store location ===============*/
  #store-location .map_left {
    width: 100% !important;
    padding: 0 !important; }
  /*=========== end store location ===============*/
  /*=========== product ===============*/
  .product #sliderproduct {
    padding: 15px 0; }
  .product .link_subcates.tabs-menu li {
    width: 100%;
    text-align: left; }
  .product .link_subcates.tabs-menu a {
    text-align: left; }
  .product .product-related .heading_page {
    margin-left: 15px;
    margin-right: 15px; }
  /*=========== end product ===============*/
  /*=========== collection ===============*/
  #collection .filter_mobile {
    padding-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 18px;
    color: #555; }
  #collection .display_product_option {
    display: inline-block;
    margin-right: 15px; }
  #collection .sidebar_mobile {
    position: fixed;
    top: 0px;
    z-index: 999;
    background: #fff;
    color: #555;
    max-width: 85%;
    margin: 0 auto;
    right: 0;
    height: 100%;
    overflow: auto;
    padding-bottom: 100px;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden; }
  body.openFilter {
    height: 100%;
    overflow: hidden; }
    body.openFilter .loader_overlay {
      visibility: visible;
      background: rgba(0, 0, 0, 0.6);
      z-index: 99;
      opacity: 1; }
    body.openFilter #collection .sidebar_mobile {
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      visibility: visible;
      padding: 20px 15px; }
    body.openFilter #collection .btn_cancel {
      border: 1px solid #000;
      color: #555;
      display: inline-block;
      padding: 5px 10px; }
    body.openFilter #blog .sidebar_mobile {
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      visibility: visible;
      padding: 20px 15px; }
    body.openFilter #blog .btn_cancel {
      border: 1px solid #000;
      color: #555;
      display: inline-block;
      padding: 5px 10px; }
  #blog .filter_mobile {
    padding-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 18px;
    color: #555; }
  #blog .display_product_option {
    display: inline-block;
    margin-right: 15px; }
  #blog .sidebar_mobile {
    position: fixed;
    top: 0px;
    z-index: 999;
    background: #fff;
    color: #555;
    max-width: 85%;
    margin: 0 auto;
    right: 0;
    height: 100%;
    overflow: auto;
    padding-bottom: 100px;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden; }
  /*=========== end collection ===============*/
  .list_products .pro_item .pro_img img {
    height: auto; } }

@media (max-width: 600px) {
  /*=========== Cart ===============*/
  #cart #cart_page .item_columns, #cart #cart_page .quantity_columns, #cart #cart_page .price_columns {
    width: 100%;
    float: none !important; }
  #cart #cart_page .cart_row {
    padding: 20px 0; }
    #cart #cart_page .cart_row .col {
      padding: 0 0 5px; }
    #cart #cart_page .cart_row .img_cart {
      width: 100px; }
      #cart #cart_page .cart_row .img_cart img {
        max-height: 100px; }
    #cart #cart_page .cart_row .info_cart {
      width: calc(100% - 110px);
      margin-top: 0;
      text-align: left; }
    #cart #cart_page .cart_row .price_quantity_col {
      margin: 10px 0; }
    #cart #cart_page .cart_row .txtCartQty {
      width: 47%;
      display: inline-block;
      text-align: left; }
      #cart #cart_page .cart_row .txtCartQty .remove_item_cart_desktop {
        display: none; }
      #cart #cart_page .cart_row .txtCartQty input {
        display: inline-block; }
      #cart #cart_page .cart_row .txtCartQty:before {
        content: 'QTY:';
        margin-right: 5px; }
    #cart #cart_page .cart_row .price_item {
      width: 50%;
      display: inline-block;
      text-align: right; }
      #cart #cart_page .cart_row .price_item .ap-btn-wishlist-desktop {
        display: none; }
  #cart .link_item_cart {
    display: block;
    text-align: right; }
  /*=========== end cart ===============*/ }

@media (max-width: 479px) {
  .col-xxs-12 {
    width: 100%; }
  .col-xxs-11 {
    width: 91.66666667%; }
  .col-xxs-10 {
    width: 83.33333333%; }
  .col-xxs-9 {
    width: 75%; }
  .col-xxs-8 {
    width: 66.66666667%; }
  .col-xxs-7 {
    width: 58.33333333%; }
  .col-xxs-6 {
    width: 50%; }
  .col-xxs-5 {
    width: 41.66666667%; }
  .col-xxs-4 {
    width: 33.33333333%; }
  .col-xxs-3 {
    width: 25%; }
  .col-xxs-2 {
    width: 16.66666667%; }
  .col-xxs-1 {
    width: 8.33333333%; }
  .text-left-xxs {
    text-align: left; }
  .text-right-xxs {
    text-align: right; }
  .text-center-xxs {
    text-align: center; }
  .dis-block-xxs {
    display: block; }
  .dis-inline-xxs {
    display: inline-block; }
  .col-full-xxs {
    width: 100% !important; }
  .my_profile .edit_btn {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    text-align: center; }
  .product #add-item-form .ap-btn-wishlist {
    min-width: inherit; } }

.row_pro.pro_dt_price del {
  padding-left: 10px;
  color: #FFCCCC; }

.heading_page.mgt-30 {
  margin-top: 30px;
  font-weight: normal !important; }

.article-item.mgt-15 {
  margin-top: 15px; }

.contentProductArticle .col-xs-6.col-md-3.product-item.mgt-15 {
  margin-top: 15px; }

.productCollection .heading_page.title {
  color: #555;
  font-size: 18px;
  border-color: #000000;
  font-weight: bold !important;
  padding-bottom: 5px;
  text-align: right; }

body[data-template="search"] main {
  min-height: 390px; }

.header-search h1 {
  color: black; }

.contentProductArticle.list_products {
  display: inline-block;
  width: 100%; }

.relate-product-article .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%; }

.relate-product-article .owl-nav .owl-prev {
  position: absolute;
  font-size: 50px !important;
  left: -30px; }

.relate-product-article .owl-nav .owl-next {
  position: absolute;
  font-size: 50px !important;
  right: -30px; }

@media (min-width: 320px) and (max-width: 449px) {
  .relate-product-article .owl-nav .owl-prev {
    left: 0; }
  .relate-product-article .owl-nav .owl-next {
    right: 0; } }

@media (min-width: 450px) and (max-width: 767px) {
  .relate-product-article .owl-nav .owl-prev {
    left: 0; }
  .relate-product-article .owl-nav .owl-next {
    right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .relate-product-article .owl-nav .owl-prev {
    left: 0; }
  .relate-product-article .owl-nav .owl-next {
    right: 0; } }

.demo-free {
  background: #AB0E0F;
  margin-top: 0;
  color: #AB0E0F;
  text-align: center;
  font-weight: bold;
  padding: 5px 0 10px; }

.product--description p {
  line-height: 1.2 !important; }

@media (min-width: 768) {
  .list_products_related .product-item {
    width: 100%; } }

.custom-price-box {
  margin-bottom: 15px; }

.custom-price-box .pro-price,
.custom-price-box a,
.custom-price-box span {
  font-size: 17px;
  opacity: .92;
  font-weight: bold;
  color: #2e3035; }

.custom-price-box .title-pro {
  color: #216aff; }

.custom-price-box a {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer; }

.title-beselter .heading_page {
  color: #555;
  margin-bottom: 30px;
  font-size: 20px;
  border-color: #000000;
  font-weight: bold; }

@media (max-width: 414px) {
  .demo-free {
    font-size: 12px; } }

.sub3 {
  position: relative !important; }

.sub3 > a {
  font-weight: normal !important; }

.sub3 > a > i {
  position: relative;
  padding-left: 15px; }

.menu-sub3 {
  position: absolute;
  left: 80%;
  top: 50%;
  display: none;
  border: 1px solid #959595;
  padding: 5px !important;
  z-index: 999;
  background: #000;
  width: 100%; }

.sub3:hover .menu-sub3 {
  display: block; }

#main_cate_menu ul ul .has-sub2 .submenu-button:after {
  top: 15px; }

#main_cate_menu ul ul .has-sub2 .submenu-button:before {
  top: 10px; }

.banner_full img {
  width: 100%; }

.product .row_pro {
  display: flex; }

.ap-btn-wishlist {
  cursor: pointer; }

#wishlist {
  padding-top: 20px; }

@media (min-width: 1366px) {
  .list_products .pro_item .pro_img img {
    height: auto; }
  .collection_content .list_products {
    display: flex;
    flex-wrap: wrap; } }

.re-bottom-pl {
  margin-top: 50px; }

.onAppWishList_numberLike {
  display: block;
  position: absolute;
  right: 0;
  margin-top: -2px; }

.ap-cover-btn-wl .product-wishlist a i {
  color: #fff;
  font-weight: bold;
  font-size: 17px; }

.breadcrumb_bg.product {
  background: #EEEDE7;
  padding: 30px 15px; }

.breadcrumb {
  padding: 30px 15px;
  margin-bottom: 0;
  background-color: #EEEDE7; }

.breadcrumb_bg.search .breadcrumb {
  padding: 30px 0; }

.user_box.clearfix {
  margin-bottom: 50px; }

.zalo-chat-widget {
  bottom: 95px !important;
  right: 25px !important; }

/*Mai (17/08/2022)*/
header .icon_zalo svg {
  width: 35px !important; }

footer .icon_zalo svg {
  width: 32px !important;
  height: auto !important;
  margin: -4px; }

#blogbanner2 .blogbanner {
  display: flex;
  justify-content: start;
  align-items: center; }

#blogbanner2 .blogbanner a {
  padding: 0 15px;
  flex: 0 0 50%; }

/*Mai (31/08/2022)*/
.slider_top_bar.tickerwrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  margin: auto;
  overflow: hidden;
  cursor: pointer; }

.inner_slider-topbar.listitem {
  float: left;
  padding-right: 20px; }

.inner_slider-topbar.listitem p {
  margin-bottom: 0;
  line-height: 40px; }

.list.cloned {
  position: absolute;
  top: 0;
  left: 0; }

.slider-top-bar-homepage {
  background: #d1090e;
  margin-top: 0;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 5px 0 10px; }

.group-hide[data-hidden="true-false"] .checkhidden, .select-swatch[data-hidden="true-false"] {
  display: none; }

.pro_dt_price.angia.check_login {
  background: none !important;
  color: #2D2D2B !important; }

#thequickview .flex_theinfocart > div.addcartbox .btn_web {
  height: 45px;
  width: 100%; }

/*Mai (31/03/2023)*/
.relate-product-article ul.slick-dots {
  display: flex !important;
  justify-content: center; }

.relate-product-article ul.slick-dots li button {
  min-width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 5px;
  color: #ccc !important;
  background: none; }

.relate-product-article ul.slick-dots li.slick-active button {
  border: none !important;
  color: #000 !important; }

#my-account .heading_page {
  margin-right: 28px; }

#my-account .edit_btn {
  top: -44px; }

#my-account .address_table {
  background: #cdc5bc; }

#my-account .default_address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000; }
  #my-account .default_address i {
    font-size: 16px; }

#my-account .add_new_address_title {
  color: #000;
  font-weight: bold;
  margin: 30px 0 0; }

#my-account .add_new_address {
  margin-top: 10px; }

#my-account .action_bottom > a {
  border: 1px solid #000; }

.rte-art {
  font-size: 16px; }

.item-tab .content-tab * {
  word-break: break-word; }

.article-content.article-body {
  text-align: justify; }
