﻿
/***

====================================================================
						shop-page
====================================================================

***/


.shop-section{
  position: relative;
  padding: 0 0px 65px 0px;
}
.shop-section .top-content{
  position: relative;
  margin-bottom: 42px;
}
.shop-section .top-content .text{
  position: relative;
  display: inline-block;
  top: 10px;
}
.shop-section .top-content .select-box{
  position: relative;
  display: inline-block;
  float: right;
}
.bootstrap-select {
  width: 200px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #848484;
  padding: 9px 16px;
  border: 1px solid #e5e5e5;
}
.bs-caret {
  display: none;
}
.shop-section .select-box .btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 15px;
  color: #848484;
  width: 20px;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}
.dropdown-menu>li>a {
  padding: 8px 15px;
}
.bootstrap-select>.dropdown-toggle{
  padding: 0px;
  width: 200px;
  background: transparent;
}
.bootstrap-select .dropdown-toggle:focus{
  outline: none !important;
}
.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu{
  margin-top: 6px;
}

.single-shop .img-holder {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 17px;
  aspect-ratio: 1.391752577319588;
}
.fancybox-title .child {
	background-color: #25120e;
}
.single-shop .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-shop:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-shop .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5,0.5);
  transform: rotateY(180deg) scale(0.5,0.5);
}

.single-shop:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.single-shop .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-shop .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.single-shop .img-holder .overlay .box .content a {
  background: transparent;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #d0d0d0;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  transition: all 500ms ease 0s;
  width: 45px;
  margin: 0px 2px;
}
.single-shop .img-holder .overlay .box .content a:hover{
  background: #caa680;
  border: 1px solid #caa680;
}
.single-shop .lower-content .product-name a,
.single-shop .lower-content .text{
  position: relative;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 27px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: block;
}
.single-shop .lower-content .product-name a:hover{
  color: #caa680;
}
.single-shop .lower-content .text{
  color: #caa680;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
}
.single-shop .lower-content del{
  color: #777;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
}
.single-shop{
  position: relative;
  margin-bottom: 36px;
}
.single-shop .sale p{
  position: absolute;
  top: 20px;
  right: 20px;
  background: #caa680;
  padding: 3px 20px 1px 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
}


/***

====================================================================
						single shop
====================================================================

***/

.single-shop-page{
  position: relative;
  padding: 100px 0px 59px 0px;
}
.single-shop-page .shop-section{
  padding: 0px;
}
.addto-cart-box .input-group.bootstrap-touchspin {
  float: left;
  width: 90px;
}
.addto-cart-box .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 0 !important;
  box-shadow: none;
  color: #272727;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  padding: 6px 0 8px;
  text-align: center;
}
.addto-cart-box .bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  margin-left: -1px;
  max-width: 100%;
  padding: 12px 12px;
  position: relative;
  width: 100%;
}
.addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
}
.addto-cart-box .btn-default {
  background-color: #efefef;
  border-color: #efefef;
  color: #9e9e9e;
}
.addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
  color: #9e9e9e;
  font-weight: normal;
  left: 8px;
  position: absolute;
  top: 7px;
}
.bootstrap-touchspin .input-group-btn-vertical{
  z-index: 5;
  left: -25px;
}
.single-shop-page .single-shop-area h2{
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 27px;
}
.single-shop-page .single-shop-area .price{
  position: relative;
  font-size: 22px;
  color: #caa680;
  font-weight: 600;
  margin-bottom: 30px;
}
.single-shop-page .single-shop-area p{
  margin-bottom: 32px;
}
.single-shop-page .single-shop-area .addto-cart-box{
  margin-bottom: 33px;
}
#contactUsModal .modal-title {
	margin-right: 2rem;
}
#contactUsModal textarea {
	height: 12rem;
}

.flash-messages {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.flash-message {
	color: #caa680;
	background-color: #25120e;
	border-left: 4px solid #caa680;
	padding: 0.5rem 1rem 0.5rem 1rem;
	margin-bottom: 1rem;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	align-items: center;
	margin-top: 3rem;
}

.flash-message.hidden {
	display: none;
}

.flash-message .message {
	margin-right: 4rem;
}

.flash-messages.visible + .single-shop-page {
	padding-top: 24px;
}

.single-shop-page .single-shop-area .addto-cart-box .btn-one, #contactUsModal .btn-one {
  background: #caa680;
  border: 2px solid #caa680;
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  padding: 10px 29px 10px 29px;
  transition: all 500ms ease;
}
.single-shop-page .single-shop-area .addto-cart-box .btn-one:hover, #contactUsModal .btn-one:hover {
  background: transparent;
  border: 2px solid #26272a;
}
.single-shop-page .single-shop-area .categories{
  color: #222;
}
.single-shop-page .single-shop-area .categories span{
  color: #caa680;
}
.single-shop-page .single-shop-content{
  position: relative;
  margin-left: 20px;
  margin-top: 25px;
}

.tab-box .tab-title{
  position: relative;
  display: block;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 33px;
}
.tab-box .tab-title li{
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 28px;
  color: #777;
  padding: 0px 0px 0px 0px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 42px;
}
.tab-box .tab-title li.active{
  position: relative;
  color: #caa680;
}
.tab-box .tab-title li.active:before{
  position: absolute;
  content: '';
  background: #caa680;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -7px;
}
.tab-box .tab-content .title h3{
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.tab-box .tab-content p{
  letter-spacing: .5px;
}
.tab-box{
  position: relative;
  margin-bottom: 2em;
}
.related-product .sec-title h2{
  margin-bottom: 49px;
}

/***

====================================================================
						cart-page
====================================================================

***/

.cart-section{
  position: relative;
  padding: 100px 0px;
}

.cart-section .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.cart-section .cart-table {
  min-width: 1024px;
  width: 100%;
}
.cart-section .cart-table .cart-header {
  width: 100%;
}
.cart-section .cart-table thead tr th {
  font-weight: 400;
  line-height: 24px;
  min-width: 110px;
  padding: 10px 45px 9px 45px;
  color: #222222;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  position: relative;
  text-transform: capitalize;
}
.cart-section .cart-table thead tr th.price{
  left: 115px;
}
.cart-section .cart-table thead tr th.quantity{
  padding: 15px 45px 14px 120px;
  position: relative;
  left: 90px;
}
.cart-section .cart-table thead tr th.prod-column {
  padding-left: 30px;
  text-align: center;
}
.cart-section .cart-table thead tr th.availability {
  padding: 0 40px
}


.cart-section .cart-table tbody tr {
  border-top: 1px solid #e5e5e5;
}
.cart-section .cart-table tbody tr td {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  min-width: 80px;
  padding: 30px 25px 31px 25px;
}
.cart-section .cart-table tbody tr td.cart-btn{
  min-width: 225px;
}
.cart-section .cart-table tbody tr td.sub-total{
  padding: 27px 48px;
}
.cart-section .cart-table tbody tr .prod-column .column-box {
  min-height: 70px;
  position: relative;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb,
.cart-section .cart-table tbody tr .prod-column .column-box .title{
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.cart-section .cart-table tbody tr .prod-column .column-box .title{
  padding-left: 20px;
}

.cart-section .cart-table tbody tr .qty {
  padding-right: 25px;
  width: 160px;
  padding: 45px 35px;
  float: right;
  position: relative;
  left: 105px;
}

.cart-section .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  margin-left: 0;
  padding: 11px;
}

.cart-section .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-left: 0;
  margin-top: -1px;
  padding: 10px;
}
.cart-section .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 9px;
  left: 6px;
  top: 6px;
}

.cart-section .cart-table tbody tr td.price {
  color: #777;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: relative;
  left: 115px;
}
.cart-section .cart-table tbody tr .sub-total {
  font-weight: 600;
  font-size: 16px;
  color: #777;
}
.cart-section .cart-table tbody tr td .remove .checkbox label {
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
}
.cart-section .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: 1px;
}
.cart-section .cart-table .remove .checkbox{
  text-align: right;
}
.cart-section .cart-table .prod-title{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  color: #222;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}
.cart-section .cart-table input.quantity-spinner.form-control{
  height: 45px;
}
.cart-section .coupon-box{
  position: relative;
  padding: 27px 30px 28px 30px;
  border: 1px solid #e5e5e5;
  border-top: none;
  margin-bottom: 30px;
}
.cart-section .coupon-box input{
  display: inline-block;
  width: 370px;
  margin-right: 20px;
  margin-bottom: 0px;
  height: 45px;
}
.cart-section .coupon-box .cart-btn{
  float: right;
}
.cart-section a.btn-one{
  padding: 8px 22px 7px 23px;
  background: #caa680;
  border: 2px solid #caa680;
}
.cart-section a.btn-one:hover{
  border: 2px solid #26272a;
  background: transparent;
}
.cart-section .total-cart-box{
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 0px 0px 0px 0px;
}
.cart-section .total-cart-box h4{
  margin-bottom: 0px;
}
.cart-section .total-cart-box .cart-title{
  border-bottom: 1px solid #e5e5e5;
  padding: 11px 29px 14px 29px;
}
.cart-section .total-cart-box .sub-total,
.cart-section .total-cart-box .order-total,
.cart-section .total-cart-box .button{
  position: relative;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #222;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 23px 0px 13px 0px;
  margin: 0px 29px 0px 29px;
}
.cart-section .total-cart-box .order-total{
  padding: 12px 0px 13px 0px;
}
.cart-section .total-cart-box .button{
  position: relative;
  float: right;
  padding: 12px 0px 30px 0px;
}
.cart-section .total-cart-box .sub-total{
  border-bottom: 1px solid #e5e5e5;
}
.cart-section .total-cart-box span{
  float: right;
  font-size: 20px;
  font-weight: 600;
  color: #848484;
}
.cart-section .total-cart-box span.color{
  color: #caa680;
}
.cart-section .total-cart-box a.btn-one{
  padding: 8px 31px 7px 31px;
}


/***

====================================================================
						checkout-page
====================================================================

***/

.checkout-section{
  position: relative;
  padding: 100px 0px;
}
.checkout-section .customer,
.checkout-section .coupon{
  position: relative;
  width: 100%;
  background: #f4ede6;
  padding: 14px 0px 15px 31px;
  margin-bottom: 30px;
  color: #222;
}
.checkout-section .customer a,
.checkout-section .coupon a{
  color: #caa680;
  text-decoration: underline;
}
.checkout-section .create-acc .checkbox {
  margin: 7px 0 0;
}
.checkout-section label {
  color: #222;
  font-weight: 400;
  font-size: 14px;
  z-index: 1;
  margin-bottom: 2px;
}
.checkout-section .checkbox span{
  cursor: pointer;
  margin-left: 6px;
  z-index: 1;
}
.checkout-section .checkbox input{
  width: 17px;
  height: 17px;
  display: inline-block;
}
.checkout-section .title h4{
  text-transform: uppercase;
  margin-bottom: 0px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0px 13px 30px;
  margin-bottom: 23px;
}
.checkout-section .billing-info{
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 0px 0px 19px 0px;
  margin-bottom: 30px;
}
.checkout-section .billing-form{
  position: relative;
  padding: 0px 29px;
}
.checkout-section select{
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 45px;
  padding: 0px 20px;
  cursor: pointer;
}
.checkout-section input{
  height: 45px;
  margin-bottom: 23px;
}
.checkout-section input.address{
  margin-bottom: 10px;
}
.checkout-section .additional-information{
  position: relative;
  border: 1px solid #e5e5e5;
  padding-bottom: 2px;
}
.checkout-section .additional-information .note-box{
  position: relative;
  padding: 0px 29px 0px 29px;
}
.checkout-section .additional-information .note-box textarea{
  width: 100%;
  height: 120px;
  background: #f5f5f5;
  padding: 20px;
  resize: none;
  border: 1px solid #f5f5f5;
}
.checkout-section .order-info{
  position: relative;
  border: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.checkout-section .order-info .title h4{
  margin-bottom: 0px;
}
.checkout-section .order-info .single-item{
  position: relative;
  padding: 30px 29px 31px 29px;
  border-bottom: 1px solid #e5e5e5;
}
.checkout-section .order-info .single-item .img-box,
.checkout-section .order-info .single-item .item-name,
.checkout-section .order-info .single-item .price,
.checkout-section .order-info .sub-total .price,
.checkout-section .order-info .order-total .price{
  position: relative;
  display: inline-block;
}
.checkout-section .order-info .single-item .item-name{
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 27px;
  color: #222;
  text-transform: uppercase;
  margin-left: 17px;
}
.checkout-section .order-info .price{
  font-size: 20px;
  color: #848484;
  font-weight: 600;
  float: right;
  padding: 27px 0px;
}
.checkout-section .order-info .sub-total .price,
.checkout-section .order-info .order-total .price{
  padding: 0px;
}
.checkout-section .order-info .sub-total,
.checkout-section .order-info .order-total{
  position: relative;
  padding: 25px 29px 11px 28px;
  font-size: 18px;
  color: #222;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 28px;
  text-transform: uppercase;
}
.checkout-section .order-info .sub-total{
  border-bottom: 1px solid #e5e5e5;
}
.checkout-section .order-info .price.color{
  color: #caa680;
}
.checkout-section .order-info .order-total{
  padding: 13px 29px 2px 28px;
}
.checkout-section .payment-info{
  position: relative;
  border: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.checkout-section .payment-info .payment-option{
  position: relative;
  padding: 2px 29px 0px 29px;
}
.checkout-section .payment-info .payment-option .checkbox span{
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-left: 11px;
}
.checkout-section .payment-info .payment-option .text{
  margin-left: 31px;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 21px;
}
.checkout-section .payment-info .payment-option .btn-one{
  display: block;
  background: #caa680;
  border: 2px solid #caa680;
  margin-top: 23px;
  padding: 7px 39px 8px 39px;
}
.checkout-section .payment-info .payment-option .btn-one:hover{
  background: transparent;
  border: 2px solid #26272a;
}
.checkout-section .payment-info .payment-option  .checkbox a{
  font-size: 13px;
  color: #caa680;
  text-decoration: underline;
  margin-left: 20px;
}
.checkout-section .payment-info .title h4{
  margin-bottom: 13px;
}
.checkout-section .payment-info .checkbox{
  margin-bottom: 3px;
}
