@media (min-width: 1200px) {
  .checkbox-group {
    margin-top: 30px !important;
  }
}
@media (max-width: 991px) {
  .shop_header_area .navbar .navbar-nav li a {
    line-height: 40px;
  }
}
@media (max-width: 764px) {
  .l_product_item .l_p_text h4 {
    line-height: 16px !important;
    font-size: 12px !important;
  }
  .l_product_item .l_p_text h5 {
    font-size: 15px !important;
  }
}
@media (min-width: 768px) {
  .l_product_item .l_p_text h4 {
    line-height: 17px !important;
    font-size: 14px !important;
  }
  .l_product_item .l_p_text h5 {
    font-size: 17px !important;
  }
}
@media (max-width: 480px){
  .cart_totals_area .cart_t_list .media:last-child .d-flex {
    display: unset !important;
  }
}

.categories_banner_area {
  background: #487bc5;
}
.c_banner_inner {
  padding: 70px 0px;
}
.c_banner_inner h3 {
  font-size: 30px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../../assets/client/img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.no-padding {
  padding: 0px;
}

.no-border {
  border: none !important;
}

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

.top_header_left .selector:before {
	content: unset;
}

.navbar-user {
	border-top: 0px !important;
    padding: 0px !important;
}

.carousel_menu_inner .navbar .navbar-nav.justify-content-end .dropdown-menu li span {
  display: block;
  line-height: 25px;
  color: #fff900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .48px;
  font-size: 14px;
  padding: 0px 30px;
  text-transform: inherit;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  text-shadow: none;
  font-weight: bold;
  text-align: left;
}
.carousel_menu_inner .navbar .navbar-nav.justify-content-end .dropdown-menu li hr {
  border-color: #fff;
  margin: 10px;
}
.carousel_menu_inner .navbar .navbar-nav.justify-content-end .dropdown-menu li a.nav-link {
	border: unset;
	text-align: left;
}
.shop_header_area .navbar .navbar-nav li span {
  padding: 0px;
  line-height: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #487bc5;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.cart-icon a {
	font-size: 18px;
    border: 1px solid #cccccc;
    color: #333333;
    text-align: center;
    display: inline-block;
    line-height: 48px;
    padding: 0px 20px;
    -webkit-transition: all 10ms linear 0s;
    -o-transition: all 10ms linear 0s;
    transition: all 10ms linear 0s;
}

.cart-icon a:hover {
	border-color: #0b1033;
  color: #0b1033;
}

.carousel_menu_inner .navbar {
	padding-top: 0px;
	padding-bottom: 0px;
}

.shop_header_area .navbar .navbar-nav li:first-child {
	margin-left: 0px;
}

.shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu {
	background: #487bc5;
}

.dropdown-menu.menu_user {
	left: unset;
	right: 0;
}

.shop_header_area .navbar .navbar-nav li:hover a, .shop_header_area .navbar .navbar-nav li.active a {
    color: #487bc5;
}

.shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a, .shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu li.active a {
	color: #000000;
}

.subs_btn {
	background: #a8cbff;
	color: #000;
	border: 1px solid #4f88dc;
}

.btn-white {
  background: white;
}

.btn-white:hover {
  background: #a8cbff;
}

.login_form h3 {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 10px 0 30px; 
} 

.login_form h3 span { 
    background:#fff; 
    padding:0 10px; 
    font-size: 15px;
}

.login_form .form-group input {
  line-height: 0px;
}

.text-error {
	color: red;
}

.l_product_item .l_p_text {
  height: 125px;
  padding: 10px;
}
.l_product_item .l_p_text ul {
  padding-top: 9px;
}
.l_product_item .l_p_text h4 {
  padding: 5px 5px 10px 5px;
  line-height: 20px;
  font-size: 15px;
}

.showing_fillter h4 {
  font-size: 14px;
  color: #999999;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.pagination_area .pagination li:first-child a {
  border: unset;
}
.pagination_area .pagination li a.active {
  border: 1px solid #000002;
}

.add_cart_btn {
	background: #a8cbff;
	color: #000;
  border: 1px solid #4f88dc;
}

.add_cart_btn.white {
  background: #ffffff;
  color: #000;
  border: 1px solid #cccccc;
}
.add_cart_btn.white:hover {
  background: #cccccc;
}

.cart_cart a:before {
  content: attr(data-cart);
}

.cart_product_list h5 {
  font-size: 1rem;
  padding: 10px;
}

.cart_product_list .title_bg_grey {
  background: #f3f3f3;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  align-self: center;
}

.cart_product_list .table tbody tr td {
  padding: 15px 10px;
}

.cart_items .table tbody tr td .media .d-flex {
  padding-right: 20px;
}

.cart_totals_area .cart_t_list .media {
  margin-bottom: 10px;
}

.cart_totals_area .cart_t_list .media .d-flex {
  width: 60%;
  max-width: unset;
}

.modal-header .close {
  cursor: pointer;
}

.all_form .form-group input {
  height: 36px;
  font-size: 13px;
  padding: 0px 13px;
}
.all_form .form-group input::placeholder {
  color: #8a9299;
  font-size: 13px;
}
.all_form .form-group input::-webkit-input-placeholder {
  color: #8a9299;
  font-size: 13px;
}
.all_form .form-group input::-ms-input-placeholder {
  color: #8a9299;
  font-size: 13px;
}
.all_form .form-group label {
  font-size: 15px;
}
.all_form .form-group textarea {
  border: 1px solid #cccccc;
  border-radius: 0px;
  outline: none;
  font-size: 13px;
  min-height: 100px;
  resize: none;
} 
.all_form .form-group textarea:focus {
  box-shadow: none;
}
.all_form .form-group {
  margin-bottom: 15px;
}
.all_form input[type=checkbox], input[type=radio] {
  margin-top: 7px;
}
.all_form .checkbox-group label {
  margin-top: -2px;
  padding: 0px 0px 0px 27px;
}
.all_form .form-group input[type=file] {
  padding: 3px 13px;
  line-height: 22px;
  width: unset;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 10px;
  height: auto;
  margin-top: -4px;
}
.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #3c8dbc !important;
}
.select2-container--default.select2-container--focus, .select2-selection.select2-container--focus, .select2-container--default:focus, .select2-selection:focus, .select2-container--default:active, .select2-selection:active {
  outline: none;
}
.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
  outline: none;
}

.address_item {
  border-style: solid;
  border-width: 1px;
  border-color: #8a9299;
  padding: 10px 15px;
  cursor: pointer;
  margin-bottom: 15px;
}
.address_item:hover {
  background: #8cb8f347;
}
.address_item.selected {
  background: #b6b7b782;
}

.btn-soft-grey-square {
  height: 40px;
  vertical-align: top;
  border: 1px solid #cccccc;
  padding: 0px 15px;
  margin-left: 7px;
  background: #ffffff;
  color: #000;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .70px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  margin-bottom: 7px;
}
.btn-soft-grey-square:hover {
  background: #cccccc;
}
.btn-soft-grey-square:focus {
  outline: none;
}
.btn-soft-grey-square.active {
  background: #cccccc;
}
.btn-soft-grey-square.disabled {
  color: #cccccc;
  text-decoration: line-through;
}
.btn-soft-grey-square.disabled:hover {
  background: #ffffff;
  cursor: default;
}

.btn-soft-blue-square {
  height: 50px;
  vertical-align: top;
  line-height: 49px;
  border: 1px solid #cccccc;
  padding: 0px 30px;
  background: #a8cbff;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .70px;color: #000;
  transition: all 400ms linear 0s;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}
.btn-soft-blue-square:hover, .btn-soft-blue-square:focus {
  text-decoration: none;
  outline: none;
}
.btn-soft-blue-square:hover {
  background: transparent;
  color: #262121;
}
.btn-soft-blue-square.small {
  padding: 0px 11px;
  height: unset;
  line-height: 35px;
  font-size: 12px;
  letter-spacing: .50px;
  margin-bottom: 3px;
}

.btn-black-square {
  height: 50px;
  vertical-align: top;
  line-height: 49px;
  border: 1px solid #000000;
  padding: 0px 30px;
  background: #ffffff;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .70px;color: #000;
  transition: all 400ms linear 0s;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}
.btn-black-square:hover, .btn-black-square:focus {
  text-decoration: none;
  outline: none;
}
.btn-black-square:hover {
  background: #000000;
  color: #ffffff;
}
.btn-black-square.active {
  background: #000000;
  color: #ffffff;
}
.btn-black-square.small {
  padding: 0px 11px;
  height: unset;
  line-height: 35px;
  font-size: 12px;
  letter-spacing: .50px;
  margin-bottom: 3px;
}

.bg-grey {
  background: #adabab;
}

.checkout-done-summary {
  font-size: 15px;
}

.categories_sidebar, .c_product_grid_details {
  margin-top: 50px;
}

#transaction_list .item, .transaction_detail, #address_list .item, #withdraw_list .item {
  border-bottom: 1px solid #d6d6d6;
  padding: 20px;
}
#transaction_list .item:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}
#transaction_list .item .code, .transaction_detail .code {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #000;
}
#transaction_list .item h3, .transaction_detail h3 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #000;
}
#transaction_list .item .date, .transaction_detail .date {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #000;
}
#transaction_list .item .status, .transaction_detail .status, #withdraw_list .item .status {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.transaction_detail_list h6 {
  font-size: 14px;
}
.transaction_detail_list img {
  float: left;
  margin-right: 10px;
}
.transaction_detail_list .summary_total {
  font-size: 15px;
  text-align: right;
  padding-bottom: 40px;
}

.transaction_detail_area b {
  font-weight: 600;
}

.opacity-low {
  opacity: 0.3;
}

#withdraw_list .item p {
  font-size: 14px;
  line-height: 23px;
}

/* STEP WIZARD */
#process .process-step {list-style:none;display:list-item;margin:0 auto;/*max-width: 85px;*/}
#process .process-step .btn:focus{outline:none;}
#process .process-step.active button{background-color: #01579B; color:white;}
#process #stepButtons{list-style-type:none;display:flex;justify-content:center;width:100%;position:relative;border:0;}
#process .process-step button[disabled]{opacity:1 !important;filter: alpha(opacity=100) !important}
#process #stepButtons:before{top:20px;bottom:0;position:absolute;content:" ";width:100%;height:1px;background-color:#ccc;z-order:0;}
.process-step{display:table-cell;text-align:center;position:relative;}
#process .process-step p{margin-top:4px}
.process-step>p:nth-child(2){font-weight:500;}
.process-step>p>small{font-weight:normal;display:block;}
.btn-circle{width:40px;height:40px;text-align:center;font-size:12px;border-radius:50%}

.process .inactive, .process .inactive i{color:#AAA; cursor:not-allowed;}

@media screen and (max-width: 575px) {
    
    /* FIX STEPS*/
    #process .process-step {display:block; text-align:left; overflow: auto; padding:15px 0;width:100%;}
    #process .process-step button {width:50px; height:50px; padding:0;z-index:100; margin-top:10px; float:left;}
    #process .process-step i {font-size: 2em;}
    #process .process-step p {display:block; margin:25px 0 0 75px;}
    #process .process-step p.status-icon {position:absolute; right:10px; top:20px;}
    
    .process-step:before{top:0px;bottom:0;position:absolute;content:" ";width:1px;height:100%;background-color:#ccc;z-order:0; left:25px;z-index:-1;}
    #process #stepButtons {overflow-y:hidden;display:block;}
    #process #stepButtons:before {display:none;}
    
}

.btnDoneTrx, .btnReviewTrx {
  margin-top: 7px;
}

.categories_sidebar ul li a.active, .categories_sidebar ul li a:hover {
  color: #487bc5;
}

.main_address {
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  border-color: #487bc5;
  color: #487bc5;
  padding: 1px 5px;
  font-size: 10px;
  line-height: 15px;
  margin-left: 10px;
}

.hidden {
  display: none;
}

/* start for rating */
#full-stars-example-two {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
}
#full-stars-example-two .rating-group {
  display: inline-flex;
}
#full-stars-example-two .rating__icon {
  pointer-events: none;
}
#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
  display: none;
}
#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1.5rem;
}
#full-stars-example-two .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
/* end for rating */

.product_details_text .p_rating li i, .review_rating li i {
  color: #afafaf;
}
.product_details_text .p_rating li i.active, .review_rating li i.active {
  color: #efb504;
}

.list_review .review_item {
  padding-bottom: 30px;
}
.list_review h4 {
  padding-bottom: 0px !important;
}
.list_review p {
  padding-bottom: 10px;
}
.list_review .review_date {
  font-size: 11px !important;
  border-bottom: solid 1px #c1c1c1;
  color: #918f8f !important;
  padding-bottom: 0px;
  margin-bottom: 7px;
}

.quantity .custom {
  margin-right: 7px;
  margin-bottom: 10px;
}
.quantity .add_cart_btn {
  margin-left: 0px;
}

.cart_totals_area h4 {
  font-size: 21px;
}

.discount_item_area {
  padding: 15px 10px;
}
.discount_item {
  border: solid 1px #aba9a9;
  border-radius: 7px;
  padding: 20px 15px;
}
.discount_item.used {
  background-color: #aba9a994;
}
.discount_item h5 {
  margin-bottom: 15px;
}
.discount_item .discount_code {
  border: solid 1px #aba9a9;
  padding: 5px;
}
.discount_item .discount_info {
  margin-top: 10px;
  line-height: 20px;
}
.discount_item.used .discount_info {
  color: #ff0000b3;
}

.poin_history_item span {
  color: #919090;
}
.poin_history_item p {
  font-size: 14px;
}


/* Start for Image Viewer */
/* Style the Image Used to Trigger the Modal */
img.view_image {
    cursor: pointer;
}

img.view_image:hover {
  opacity: 0.5;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

/* The Modal (background) */
#modal_img.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 0px; /* Location of the box, original: 100px; */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: scroll; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
#modal_img .modal-content {
    margin: auto;
    display: block;
    /*width: 80%;*/
    max-width: 700px;
    /*height: 100%;*/
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#modal_img #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
#modal_img .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
#modal_img .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#modal_img .close:hover,
#modal_img .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    #modal_img .modal-content {
        width: 100%;
    }
}
/* End for Image Viewer */

#nav-tabContent ol li, #nav-tabContent ul li {
  color: #666666;
}

.faq ol li {
  font-weight: bold;
  line-height: 21px;
  padding-bottom: 20px;
}
.faq ol li p {
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
}

/* Start Checkbox Styling */
/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #4f88dc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* End Checkbox Styling */

#remaining_payment input {
  border: 1px solid #e9ecf2;
  height: 36px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-family: "Poppins", sans-serif;
  width: 90%;
  font-size: 14px;
  padding: 0px 10px;
}

.product_details_area {
  padding-top: 50px;
}
.tp-bgimg {
  cursor: pointer;
}



