@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');
body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #8c8c8c;
	-webkit-font-smoothing: antialiased;
}
a
{
	color: #505050;
}
a:hover
{
	color: #505050;
	text-decoration: none;
}

header
{
	background: #FFF;
}
.top-left-menu
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.top-left-menu > li:first-child
{
	padding: 0px 7px 0px 0px;	
}
.top-left-menu > li
{
	display: inline-block;
	font-size: 13px;
	border-right: 1px solid #9c9c9c;
	padding: 0px 7px;
	
	margin: 50px 0px 0px;
	line-height: 12px;
}
.top-left-menu > li:last-child
{
	border-right: none;
}
.top-left-menu > li:nth-last-child(2)
{
	border-right: none;	
	padding-right: 0px;
}
.top-left-menu.account-tl-menu > li:nth-last-child(2)
{
	border-right: 1px solid #9c9c9c;
	padding: 0px 7px;	
}
.top-left-menu > li ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.top-left-menu > li ul > li
{
	display: inline-block;
	padding: 0px 5px;
}

.top-left-menu > li ul > li > button, .top-left-menu > li ul > li > a
{
	color: #bababa;
	padding: 0px;
	font-size: 13px;
	line-height: 10px;
	opacity: .5;
}
.top-left-menu > li ul > li.active > button, .top-left-menu > li.active ul > li > a
{
	font-weight: bold;
    color: #717171;
	opacity: 1;
}
.top-left-menu > li ul > li > button:hover, .top-left-menu > li ul > li > a:hover
{
	text-decoration: none;
	color: #bababa;
}
.top-left-menu > li ul > li:first-child
{
	border-right: 1px solid #9c9c9c;
}
.top-buttons
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
	    margin: -10px;
}
.top-buttons > li
{
	display: inline-block;
	margin: 45px 0px 0px;
}
.top-buttons > li > a
{
	display: block;
	padding-left: 10px;
	position: relative;
}
.top-buttons > li > a > img
{
	width: 27px;
}
.bag-count
{
	position: absolute;
	top: 5px;
	right: -3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #c9982c;
	color: #FFF;
	line-height: 18px;
	text-align: center;
	font-size: 9px;
	font-weight: 500;
}
.logo-row
{
	padding: 0px 0px 20px;
}
.logo-main
{
	display: block;
	margin-top: 30px;
}

.l-row-c1
{
	width: 33.333%;
	float: left;
}
.l-row-c2
{
	width: 33.333%;
	float: left;
	text-align: center;
}






.l-row-c3
{
	width: 33.333%;
	float: left;
}
.main-nav
{
	padding: 0px 0px 20px;
}
.main-nav .navbar
{
	padding: 0px;
}
.main-nav .navbar-expand-lg .navbar-nav
{
	display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}
.main-nav .navbar-expand-lg .navbar-nav .nav-link
{
	padding: 10px 0px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	color: #7b7b7b;	
	display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}
.main-nav .navbar-expand-lg .navbar-nav .nav-link:hover
{
	color: #c8972c;	
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #c8972c;
}
#features-row
{
	background: #493d3d;
	color: #c8972c;
}

.features-list
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.features-list > li
{
	width: 25%;
	text-align: center;
	display: inline-block;
	padding: 70px 0px;
	font-size: 20px;
}
.features-list > li > img
{
	margin-right: 10px;
	height: 35px;/*hari*/
}

.ssa-c1
{
	width: 50%;
	float: left;
}
.ssa-c2
{
	width: 50%;
	float: left;
	overflow: hidden;
}
.ssa-table
{
	display: table;
	width: 100%;
}
.ssa-table-cell
{
	display: table-cell;
	width: 50%;
	position: relative;
	overflow: hidden;
}



.home-ad-1
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	transition: transform 0.5s ease-in-out;
}
.ssa-table:hover .home-ad-1
{
	transform: scale(1.09);
    transition-duration: 0.5s;	
}

.home-ad-2
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	transition: transform 0.9s ease-in-out;
}
.ssa-table:hover .home-ad-2
{
	transform: scale(1.09);
    transition-duration: 0.9s;	
}


.bg-gold
{
	background-color: #ebbb60;
}
.bg-red
{
	background-color: #d0021b;
}
.text-ad-boxes
{
	display: table-cell;
	height: 330px;
	vertical-align: middle;
	color: #FFF;
	padding: 0px 50px;
}
.text-ad-boxes h2
{
	font-size: 30px;
	position: relative;
	padding-top: 30px;
}
.text-ad-boxes h2::before
{
	content: '';
	height: 2px;
	width: 120px;
	background: #FFF;
	position: absolute;
	top: 0px;
	-webkit-transition:.8s all
}
.ssa-table:hover h2::before
{
	width: 170px;
	-webkit-transition:.8s all;
}
.text-ad-boxes a
{
	display: block;
	color: #FFF;
	cursor: pointer;
}
.img-ad-boxes
{
	height: 335px;
	position: relative;
}
#home-product
{
	background: #f7f7f7;
	padding: 180px 0px 0px;
}
#home-product h2
{
	color: #696969;
	font-size: 38px;
	margin-bottom: 105px;
	font-weight: 400;
}

#home-brands
{
	padding: 220px 0px 220px;
}

#home-brands h2
{
	font-size: 35px;
	color: #696969;
	margin-bottom: 65px;
	font-weight: 400;
}

#home-about
{
	background-image: url(../img/about-bg-pattern.png);
	background-repeat: repeat-x;
	background-position: top center;
	min-height: 950px;
	background-color: #e0e0dd;
	padding-top: 85px;
	padding-bottom: 40px;
}
#home-about h2
{
	font-size: 38px;
	color: #696969;
	margin-top: 30px;
	margin-bottom: 36px;
	font-weight: 300;
}
#home-about p
{
	font-size: 14px;/*hari*/
	color: #62554c;
	line-height: 29px;
}

.book-img
{
	text-align: center;
	position: relative;
	-webkit-transition:.5s all;
}
.book-img img
{
	height: 245px;
    width: 100%;
    object-fit: cover;
	/*margin-bottom: 65px;*/
	display: inline-block;
	position: relative;
}
.book-img:hover img
{
}
.book-btn-c
{
	position: absolute; left: 50%;
	bottom: 140px;
}
.book-btn
{
	font-size: 14px;
	background-color: #ac8a74;
	color: #FFF;
	padding: 10px 30px;
	border-radius: 7px;
	display: block;
	position: relative; left: -50%;
	-webkit-transition:.5s all;
	z-index: 99;
	border: none;
}
.book-btn:hover, .book-btn:focus
{
	color: #FFF;
	background-color: #e0ab3b;
	-webkit-transition:.5s all;
	border: none;
	outline: none;
}
#home-about h3
{
	color: #696969;
	font-size: 35px;/*hari*/
	font-weight: 300;
}

.subscribe-form input[type='text']
{
	background-color: #FFF;
	background-image: none;
	border: none;
	outline: none;
	height: 60px;
	font-size: 14px;/*hari*/
	color: #62554c;
	display: inline-block;
	width: 70%;
	text-align: center;
	margin-right: 15px;
	    padding: 10px 15px;
}
.subscribe-form input[type='submit']
{
	background-color: #494949;
	border: none;
	color: #FFF;
	display: inline-block;
	height: 60px;
	border-radius: 15px;
	padding: 0px 30px;
	cursor: pointer;
	width: 27%;
	-webkit-transition:.5s all;
}
.subscribe-form input[type='submit']:hover, .subscribe-form input[type='submit']:focus 
{
	outline: none;
	background-color: #737373;
	-webkit-transition:.5s all;
}
.to-top
{
	display: inline-block;
	margin-top: 60px;
	cursor: pointer;
	/*-webkit-transition:.5s all;*/
	position: relative;
	bottom: 0px;
	animation: MoveUpDown 2s linear infinite;
}
@keyframes MoveUpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}


/*.to-top:hover
{
	position: relative;
	bottom: 10px;
	-webkit-transition:1s all;
}*/
#hot-line
{
	background: #3d3d3d;
	padding: 35px 0px;
	color: #ababab;
}


.ht-1
{
	display: inline-block;
	font-size: 16px;/*hari*/
}
.ht-2
{
	display: inline-block;
	font-size: 22px;/*hari*/
	font-weight: 600;
	padding: 0px 20px;
	letter-spacing: 2px;
}
.ht-3
{
	display: inline-block;
	font-size: 18px;
}

footer
{
	background: #493d3d;
	padding: 90px 0px 70px;
	color: #c2922d;
	font-size: 14px;
	font-weight: 300;
}
footer a
{
	color: #c2922d;	
}
footer a:hover
{
	color: #EFBA4B;	
}
footer h2
{
	font-size: 15px;/*hari*/
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 600;
}
footer p
{
	margin-bottom: 3px;
}
.social
{
	margin-top: 50px;
}
.social-footer
{
	list-style: none;
	padding: 0px;
	margin: 25px 0px 0px;
}
.social-footer li
{
	margin-right: 18px;
	display: inline-block;
}
.footer-links
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer-links li
{
	margin-bottom: 10px;
}


.footer-links-table
{
	display: table;
}
.footer-links-c1
{
	display: table-cell;
	border-right: 1px solid #927133;
	padding-right: 35px;
}
.footer-links-c2
{
	border-right: 1px solid #927133;
	padding-left: 35px;
	padding-right: 35px;
	display: table-cell;
}
.footer-links-c3
{
	border-right: 1px solid #927133;
	padding-left: 35px;
	padding-right: 35px;
	display: table-cell;
}
.footer-links-c4
{
	padding-left: 35px;
	display: table-cell;
}

.payment-methods
{
	text-align: right;
}
.payment-methods > div
{
	display: inline-block;
}
.payment-methods ul
{
	list-style: none;
	padding: 0px;
	display: inline-block;
	float: right;
}
.payment-methods ul li
{
	display: inline-block;
    padding: 0px 10px;
}

.footer-base
{
	padding: 60px 0px 0px;
}

.product-zoom-bx-1
{
	padding-left: 75px;
}
.product-details-part-s1
{
	padding: 9px 15px 30px;
	position: relative;
}
#single-product .product-details-part-s1
{
	padding: 50px 30px;	
}
.product-details-part-s1 p
{
	    margin-bottom: 0px;
}
.product-share-icons
{
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../img/icons/share_button.svg) no-repeat top right;
	padding-top: 35px;
	    background-size: 23px;
}
.product-share-icons ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.product-share-icons ul li
{
	display: inline-block;
	margin-left: 4px;
}
.product-share-icons ul li a img
{
	width: 20px;
}
.product-details-part-s1 h4
{
	color: #a6a6a6;
	font-size: 19px;
	margin-bottom: 0px;
}
.product-details-part-s1 h4 a
{
	color: #a6a6a6;	
}
.product-details-part-s1 h3
{
	 color: #e3b866;
	font-size: 31px;
	margin-bottom: 10px;
	font-weight: 600;
}
.hr-style-1
{
	margin: 15px 0px;
	border: none;
	height: 1px;
	background: #acacac;
}

.hr-style-2
{
	margin: 85px 0px 50px;
	border: none;
	height: 1px;
	background: #dedede;
}

.size-standard
{
	font-size: 17px;
	font-weight: 300;
}
.size-standard > ul
{
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.size-standard > ul > li
{
	display: inline-block;
	cursor: pointer;
}
.size-standard > ul > li.size-standard-selection.active
{
	font-weight: 600;
	color: #e3b866;
	cursor: default;
}

.size-types
{
	list-style: none;
	padding: 0px;
	margin: 10px 0px 0px;
	display: inline-block;
}
.size-types > li
{
	background: #f3f3f3;
	height: 40px;
	padding: 0px 15px;
	line-height: 40px;
	text-align: center;
	color: #676767;
	border: 1px solid #d5d5d5;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}
.size-types > li.active
{
	cursor: default;	
	border: 1px solid #c8972c;
}
.size-chart-btn
{
	position: relative;
	padding-right: 35px;
}
.size-chart-btn:hover, .size-chart-btn:focus
{
	outline: none;
}
.size-chart-btn::after
{
	content: '';
	background: url(../img/icons/icon_ruler.svg) no-repeat right center;
	width: 24px;
	height: 15px;
	top: 3px;
	position: absolute;
	right: 0px;
}

.color-selection
{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.color-selection > ul
{
	list-style: none;
	margin: 13px 0px;
	padding: 0px;
}
.color-selection > ul > li
{
	width: 58px;
	height: 8px;
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}
.color-selection-list > li.active
{
	cursor: default;	
}
.color-s-1
{
	background-color: #bdaba5;
}
.color-s-2
{
	background-color: #e5e7ea;
}
.color-s-3
{
	background-color: #525252;
}
.color-s-4
{
	background-color: #de85a1;
}
.price-box
{
	font-size: 24px;/*hari*/
	color: #e3b866;
	font-weight: 600;
	margin-bottom: 10px;
}

.btn-add-to-cart
{
	background: #494949;
	color: #e3b866 !important;
	font-size: 16px;
	padding: 12px 28px;
	display: inline-block;
	-webkit-transition:.5s all;
}
.btn-add-to-cart:hover
{
	background: #626262;
	color: #e3b866;	
	-webkit-transition:.5s all;
	cursor: pointer;
}
.btn-wishlist
{
	display: inline-block;
	margin-left: 15px;
}
.btn-wishlist:hover
{
	cursor: pointer;	
}
.similar-thumbs-scroll-c
{
	/*padding-left: 200px;*/
	margin-top: 120px;
}

.similar-thumbs-scroll
{
	position: relative;
}
.similar-thumbs-scroll .owl-prev
{
	position: absolute;
	left: -35px;
	top: 40%;
}
.similar-thumbs-scroll .owl-next
{
	position: absolute;
	right: -35px;
	top: 40%;
}
.similar-thumbs-scroll .owl-item a img
{
	transition: transform 0.3s ease-in-out;
}
.similar-thumbs-scroll .owl-item a:hover img
{
	transform: scale(1.09);
  transition-duration: 0.2s;
}
.zoomWindowContainer > div
{
	border: 4px solid rgb(255, 255, 255) !important;
}


.button-dropdowns
{
	border-radius: 0px;
	border: 1px solid #bdbdbd;
	position: relative;
	top: 20px !important;
	padding: 15px;
	min-width: 250px;
	left: 36px !important;
}
.button-dropdowns a.blk-link
{
	background: #4c4c4c;
	color: #dcbb78;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
}
.button-dropdowns a.blk-link:hover
{
	background: #4c4c4c;
	color: #dcbb78;	
}
.button-dropdowns::before
{
	content: '';
	position: absolute;
	top: -13px;
	right: 40px;
	background: url(../img/carrot_dropdown.svg) no-repeat center top;
	width: 14px;
	height: 13px;
}

.button-dropdowns-links
{
	padding: 20px 30px;
}
.button-dropdowns-links a
{
	font-size: 11px;/*hari*/
	color: #979797;
	border-bottom: 1px solid #d3d3d3;
	padding: 10px 0px;
	font-weight: 300;
}
.button-dropdowns-links a:hover
{
	background-color: transparent;
}
.button-dropdowns-links a:first-child
{
	font-size: 12px;/*hari*/
	font-weight: 400;
}
.button-dropdowns-links a:first-child+a
{
	font-weight: 400;
	
}
.button-dropdowns-links a:last-child
{
	border-bottom: none;
}
.button-dropdowns-tables
{
	padding: 20px 20px;
}
.drop-no-of-items
{
	float: left;
	font-size: 12px;
}
.drop-total
{
	float: right;
	font-size: 13px;
}
.drop-total span
{
	color: #c9982c;
	font-weight: 600;
}
.button-dropdowns-tables ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.button-dropdowns-tables ul li
{
	border-bottom: 1px solid #d2d2d2;
	padding: 13px 3px;
}
.button-dropdowns-tables ul li:last-child
{
	border-bottom: none;
}
.drop-items-row-table
{
	display: table;
}
.drop-dirt-table-cell-c1
{
	display: table-cell;	
	    width: 10%;
}
.drop-dirt-table-cell-c1 > a
{
	display: inline-block;
	width: 49px;
	height: 49px;
	overflow: hidden;
}
.drop-dirt-table-cell-c2
{
	vertical-align: middle;
	display: table-cell;
	padding-left: 7px;
	    width: 80%;
}
.drop-dirt-table-cell-c2 h3
{
    font-size: 12px;
    color: #7f7f7f;
    margin: 0px 0px 5px;
	font-weight: 500;
}
.drop-dirt-table-cell-c2 p
{
	font-size: 10px;
	margin: 0px;
}
.drop-dirt-table-cell-c3
{
	display: table-cell;	
	vertical-align: top;
	padding-left: 15px;
	font-weight: bold;
	font-size: 14px;
	    width: 10%;
	text-align: right;
	
}
.drop-dirt-table-cell-c3 a
{
	    color: #c8972c !important;
	cursor: pointer;
}
.dirt-price
{
	font-size: 14px;
	font-weight: 600;
	color: #7f7f7f;
}

.drop-btn
{
	display: block;
	width: 100%;
	background: #4c4c4c;
	color: #dcbb78;
	font-size: 14px;
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 5px;
}
.drop-btn:hover, .drop-btn:focus{
	outline: none;
	    background: #585858;
    color: #dcbb78;
}
.button-dropdowns-tables
{
	min-width: 300px;
}

.menu-dropdown
{
	border-radius: 0px;
	background: rgba(255,255,255,.84);
	border: none;

	min-width: 500px;
	left: -30px !important;
	padding: 50px 50px 40px;
}
.menu-dropdown a
{
	font-size: 16px;
	color: #6b6b6b;
	padding: 0px;
	margin-bottom: 15px;
}
.menu-dropdown a:hover
{
	background-color: transparent;
	color: #c8972c;
}


.logo-main img
{
	max-width: 100%;
	-webkit-transition:.5s all;
}
header
{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	-webkit-transition:.5s all;
}
header.sticky .main-nav
{
	padding: 0px 0px 10px;
}
header.sticky .main-nav .nav-link
{
	    padding: 7px 0px;
}
header.sticky .logo-main
{
	margin-top: 14px;
	-webkit-transition:.5s all;
}
header.sticky .logo-row {
    padding: 0px 0px 9px;
}
header.sticky .top-left-menu > li {
    margin: 22px 0px 0px;
	-webkit-transition:.5s all;
}
header.sticky .top-buttons > li {
    margin: 15px 0px 0px;
	-webkit-transition:.5s all;
}
header.sticky .logo-main img {
    width: 48%;
	-webkit-transition:.5s all;
}
.body-start
{
	margin-top: 151px;
	-webkit-transition:.5s all;
}
.body-start-wohm
{
	margin-top: 102px;
	-webkit-transition:.5s all;	
}
#title-top
{
	background: #f4f4f4;
	padding: 65px 0px;
}
#title-top h2
{
	font-weight: 600;
	color: #6b6b6b;
    font-size: 28px;/*hari*/
}
#title-top p
{
	font-size: 14px;
	margin: 0px;
    line-height: 24px;
}
.breadcrumb
{
	background-color: transparent;
	padding: 0px;
}
.breadcrumb > li
{
	margin-right: 10px;
	font-weight: 500;
}
.breadcrumb > li::after
{
	content: '/';
	margin-left: 10px;
}
.breadcrumb > li:last-child::after
{
	content: '';
}
.refine-btn
{
	text-align: right;
	color: #6b6b6b;
	font-weight: 500;
}

.refine-btn a
{
	display: block;
	position: relative;
	padding-right: 25px;
}
.refine-btn a::after
{
	content: '';
	position: absolute;
	right: 0px;
	top: 7px;
	width: 15px;
	height: 8px;
	background: url(../img/icons/down-arrow.svg) no-repeat;
	-webkit-transition:.2s all;
}
.refine-btn.active a::after
{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	-webkit-transition:.2s all;
}
#prodocut-grid
{
	padding: 130px 0px;
}
.product-grid-item
{
	float: left;
	width: 25%;
}
.owl-thumbs
{
	text-align: center;
	padding: 3px 15px;
	display: none;
}
.owl-thumbs a
{
	display: inline-block;
	width: 33.333%;
	padding: 3px;
	cursor: pointer;
}
.owl-thumbs a img
{
	width: 100%;
}
.tiny-thumb-slider img
{
	border-radius: 20px;
}

.product-grid-item-single-outer
{
	position: relative;
	height: 510px;
	overflow: hidden;
}
.product-grid-item-single-outer:hover
{
	overflow: visible;
	z-index: 2;
}
.pgis-over-details
{
	display: none;
}
.product-grid-item-single-outer:hover .idle-name
{
	display: none;
}
.product-grid-item-single-outer:hover .pgis-over-details
{
	display: block;
}
.product-grid-item-single
{
	position: absolute;
	width: 100%;
	top: 0px;
	padding: 20px 20px 30px;
	background: rgba(255,255,255,0.93);
	border: 1px solid #FFFF;
	border-radius: 20px;
}
.product-grid-item-single:hover
{	
	border: 1px solid #d3a848;
}
.product-grid-item-single:hover .owl-thumbs
{
	display: block;
}
.product-grid-item-single h2
{
	font-size: 15px;/*hari*/
	color: #6b6b6b;
	position: relative;
	display: inline-block;
	padding-top: 10px;
	margin-top: 20px;
}
.product-grid-item-single h2::before
{
	position: absolute;
	content: '';
	top: 0px;
	height: 2px;
	width: 120%;
	background: #C0C0C0;
}
.product-grid-item-single h3
{
	font-size: 18px;/*hari*/
	color: #d3a848;
	font-weight: 500;
}
.product-grid-item-single h3 span
{
	text-decoration: line-through; font-size: 16px; color:#c2c3c5;	
}
.pgis-over-details
{
	text-align: center;
}
.pgis-over-details h2
{
	padding-top: 0px;
	margin-top: 10px;
}
.pgis-over-details h2::before
{
	display: none;	
}

.size-types-2
{
	list-style: none;
	padding: 0px;
	margin: 5px 0px 0px;
	display: inline-block;
	font-size: 12px;
	    margin-bottom: 9px;
}
.size-types-2 > li
{
	background: #f3f3f3;
	height: 27px;
	padding: 0px 10px;
	line-height: 24px;
	text-align: center;
	color: #676767;
	border: 1px solid #d5d5d5;
	display: inline-block;
	margin-right: 2px;
	cursor: pointer;
}
.size-types-2 > li.active
{
	cursor: default;	
	border: 1px solid #c8972c;
}

.pgis-cart-btn


{
	display: inline-block;
    background: #494949;
    color: #FFF;
    font-size: 14px;/*hari*/
    border-radius: 30px;
    padding: 8px 20px;/*hari*/
	-webkit-transition:.5s all;
	border: none;
	outline: none;
}
.pgis-cart-btn:hover, .pgis-cart-btn:focus
{
	color: #FFF;
	background: #6d6d6d;
	-webkit-transition:.5s all;
	border: none;
	outline: none;
	cursor: pointer;
}
.pgis-wlst-btn
{
    background-color: transparent;
	border: none;
	outline: none;
}
.pgis-wlst-btn:hover, .pgis-wlst-btn:focus
{
	border: none;
	outline: none;
	cursor: pointer;
}
.pgis-wlist
{
	display: inline-block;
	width: 20px;
}
.pgis-wlist img
{
	width: 100%;
}

.pgis-btns
{
	display: block;
	margin-top: 15px;
}

#entrance
{
	background: url(../img/login-bg.jpg) repeat top center;
	background-size: 100%;
	position: relative;
	padding-bottom: 115px;
}
.overlay-style-1
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgba(27,27,27,0.65);
	z-index: 2;
}

.outside-form-box
{
	background: rgba(255,255,255,0.96);
	border-radius: 50px;
	position: relative;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
}
.ofb-size-1
{
	width: 500px;	
	padding: 55px 75px;
	text-align: center;
}
.ofb-size-2
{
	width: 1035px;
	padding: 55px 125px;
}
.classic-form
{
	font-size: 12px;
}
.classic-form .input-checks-bx {
    top: 3px;
}
.classic-form input[type='text'], .classic-form input[type='password']
{
	border: 1px solid #979797;
	height: 45px;
	padding: 10px 20px;
	width: 100%;
	margin-bottom: 17px;
	font-size: 12px;
	background-color: transparent;
	border-radius: 0px;
}
.classic-form select
{
	border: 1px solid #979797;
	height: 45px;
	padding: 10px 20px;
	width: 100%;
	margin-bottom: 17px;
	font-size: 12px;
	background-color: transparent;
}
.classic-form textarea
{
	border: 1px solid #979797;
	height: 110px;
	padding: 10px 20px;
	width: 100%;
	margin-bottom: 17px;
	font-size: 12px;
	background-color: transparent;
}
.classic-form input[type='text']:focus, .classic-form input[type='password']:focus, .classic-form select:focus,  .classic-form textarea:focus
{
	outline: none !important;
    border:1px solid #c8972c;
    box-shadow: 0 0 1px #ffdf98;
}
.block-btn-style-1
{
	display: block;
	width: 100%;
	color: #dcbb78;
	text-align: center;
	border: none;
	padding: 10px 10px;
	background: #4c4c4c;
	cursor: pointer;
	font-size: 16px;
	-webkit-transition:.5s all;
}
.block-btn-style-1:hover, .block-btn-style-1:focus
{
    background: #656565;
	-webkit-transition:.5s all;
	border: none;
	outline: none;
}
.outside-form-box h2
{
	font-size: 20px;
	color: #7f7f7f;
	margin-bottom: 25px;
}
.forgot-link
{
	margin: 17px 0px;
	display: block;
}
.social-medial-logins
{
	margin-bottom: 25px;
}
.social-medial-logins img
{
	margin-left: 10px;
}
.secure-info
{
	background: url(../img/icons/icon_secure.svg) no-repeat center top;
	padding-top: 60px;
	margin-bottom: 20px;
}
.outside-form-box p
{
	margin: 10px 0px;
	font-size: 11px;
}

.p-1
{
	font-size: 10px;
	font-weight: 300;
	color: #7f7f7f;
}
.p-1 a
{
	color: #dcbb78;
}
.p-1 a:focus, .p-1 a:hover
{
	outline: none;
	border: none;
}
.p-2
{
	font-size: 12px;
	color: #7f7f7f;
}
.p-2 a
{
	color: #dcbb78;
}
.country-code select
{
	width: 22%;
	float: left;
	border: 1px solid #979797;
	height: 45px;
	padding: 10px 0px 10px 15px;
	margin-bottom: 17px;
	font-size: 12px;
	background-color: transparent;
}
.country-code input
{
	float: left;
	width: 75% !important;
	margin-left: 3%;
}


.ofb-2-inner-c1
{
	padding-right: 20px;
}
.ofb-2-inner-c1
{
	padding-left: 20px;
}

.checkbox-style-1
{
	width: 0px;
	margin-right: 20px;
}
.checkbox-style-1::after
{
	content: '';
	width: 12px;
	height: 12px;
	display: block;
	margin-top: 3px;
	border: 1px solid #979797;
	cursor: pointer;
}
.checkbox-style-1:checked::after
{
	background: #dcbb78;
	border: 1px solid #dcbb78;
}

.country-select select
{
	float: left;
	width: 55%;
}
.country-select input
{
	float: left;
	width: 43% !important;
	margin-left: 2%;
}
.p-style-2
{
	margin: 0px 0px 10px !important;
}

#single-product
{
	background: #f9f9f9;
	padding: 140px 0px;
	font-size: 16px;
}
#product-review
{
	padding: 130px 0px;
}
#product-review h2
{
	font-size: 28px;
	text-transform: uppercase;
	margin: 0px 0px 40px;
	font-weight: 300;
}
#product-review h3
{
	font-size: 20px;
	font-weight: 500;
	margin: 0px 0px 28px;
}
.spec-table
{
	display: table;
	width: 100%;
}
.spt-rw
{
	display: table-row;
}
.spt-c1
{
	display: table-cell;
	padding-bottom: 15px;
}
.spt-c2
{
	display: table-cell;
}
.spt-c3
{
	display: table-cell;
	padding-left: 25px;
}

.showmore-button
{
	font-size: 15px;
	color: #d3a848;
	cursor: pointer;
}

.well-1
{
	background: #f6f6f6;
	padding: 55px 70px;
	border-radius: 12px;
	margin-bottom: 35px;
}




.rating-info
{
	display: table;
	width: 100%;
}
.total-rating
{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.rating-scale
{
	display: table-cell;
	vertical-align: middle;
}
.rate-star-lg
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}




.total-rating
{
	padding-left: 95px;
	background: url(../img/rating-badge.svg) no-repeat left center;
	font-size: 24px;
	font-weight: 500;
	color: #afafaf;
}
.rt-info-txt
{
	font-weight: 300;
	font-size: 14px;
}
.rating-scale-bars
{	
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.rating-scale-bars li
{
	margin-bottom: 6px;
}
.rsb-grade
{
	float: left;
	position: relative;
	padding-right: 12px;
	font-size: 10px;
	width: 20px;
	text-align: center;
}
.rsb-grade::after
{
	content: '';
	width: 7px;
	height: 7px;
	background: url(../img/icons/icon_star_sm.svg) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 3px;
}
.rsb-bar
{
	float: left;
	width: 235px;
	height: 3px;
	position: relative;
	background: #d8d8d8;
	top:5px;
	margin-left: 5px;
}
.rsb-bar > div
{
	background: #e3b866;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 3px;
}
.rsb-count
{
	float: left;
	margin-left: 5px;
	font-size: 6px;
	font-weight: 500;
	padding-top: 4px;
	text-align: center;
	width: 10px;
}

.rate-star-lg-group
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.rate-star-lg-group li
{
	display: inline-block;
	width: 34px;
	height: 32px;
	background: url(../img/icons/icon_star_lg.svg) no-repeat center center;
	cursor: pointer;
}
.rate-star-lg-group li.active, .rate-star-lg-group li:hover, .rate-star-lg-group li.selected
{
	background: url(../img/icons/icon_star_lg_active.svg) no-repeat center center;	
}


.rate-star-lg-group-xs
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.rate-star-lg-group-xs li
{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/icons/icon_star_lg.svg) no-repeat center center;
	background-size: 14px;
}
.rate-star-lg-group-xs li.active
{
	background: url(../img/icons/icon_star_lg_active.svg) no-repeat center center;	
	background-size: 14px;
}






.well-2
{
	background: #f6f6f6;
	padding: 25px;
	border-radius: 12px;
	margin-bottom: 10px;
}

.user-review-profile
{
	float: left;
	width: 15%;
	text-align: center;
}
.user-review-content
{
	float: left;
	width: 70%;
	padding-top: 11px;
	padding-left: 15px;
}
.user-review-stars
{
	float: left;
	width: 15%;
	text-align: right;
	padding-top: 20px;
}
.user-review-profile img
{
	border-radius: 50%;
	margin-bottom: 7px;
}
.user-review-profile span
{
	display: block;
}
.customer-reviews
{
	font-size: 11px;
}
#product-review .customer-reviews h3
{
	font-size: 14px;
	margin-bottom: 5px;
}

.show-down-btn
{
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	margin-top: 20px;
	color: #7f7f7f;
	position: relative;
	padding-right: 20px;
	margin-bottom: 30px;
}
.show-down-btn::after
{
	content: '';
	background: url(../img/arrow_down.svg) no-repeat center center;
	width: 13px;
	height: 7px;
	position: absolute;
	right: 0px;
	top: 6px;
}
.btn-style-1
{
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	background: #5c5c5c;
	border-radius: 10px;
	padding: 15px 50px;
}
.btn-style-1:hover
{
	color: #FFF;
	background: #6A6A6A;	
}
h4
{
	font-size: 28px;
	font-weight: 500;
	color: #7f7f7f;
	margin-bottom: 40px;
}



.looking-for-carousal .owl-prev
{
	position: absolute;
	left: -35px;
	bottom: 20%;
}
.looking-for-carousal .owl-next
{
	position: absolute;
	right: -35px;
	bottom: 20%;
}


#inner-page-common
{
	background: #f7f7f7;
	padding: 135px 0px;
}

#inner-page-common h2
{
	font-size: 20px;
	color: #7f7f7f;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 33px;
}
.hanger-title
{
}
.hanger-title h2
{
	float: left;
}
.hanger-title p
{
	float: right;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px;
}
.white-box
{
	background: #FFF;
	padding: 40px 35px 30px;
	margin-bottom: 2px;
}
.wb-table
{
	display: table;
	font-size: 16px;
	width: 100%;
}
.wb-table > div > h4
{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.wb-table > div.wb-table-c6 > h4
{
	margin-bottom: 17px;
	
}
.wb-table-c1,.wb-table-c2,.wb-table-c3,.wb-table-c4,.wb-table-c5,.wb-table-c6,.wb-table-c7,.wb-table-c8
{
	display: table-cell;
	vertical-align: top;
}
.wb-table-c1
{
	width: 16%;
}
.wb-table-c1 a
{
	display: block;
	overflow: hidden;
	height: 120px;
	border: 1px solid #bbbbbb;
	width: 115px;
}
.thumb-link
{
	display: block;
	overflow: hidden;
	height: 120px;
	border: 1px solid #bbbbbb;
	width: 115px;	
}
.wb-table-c2
{
	width: 13%;
}
.wb-table-c3
{
	width: 20%;
}
.wb-table-c4
{
	width: 7%;
}
.wb-table-c5
{
	width: 14%;
}
.wb-table-c6
{
	width: 20%;
}
.wb-table-c1 img
{
	    border-radius: 0px;
	border: none;
	padding: 0px;
}
.vb-mb
{
	display: none;
	position: relative;
}
.vb-mb a
{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
.mb-cart-itm-c1
{
	width: 25%;
	float: left;
}
.mb-cart-itm-c2
{
	float: left;
	padding-left: 20px;
	font-size: 13px;
	width: 47%;
}
.mb-cart-itm-c2 h2
{
	font-size: 18px !important;
	text-transform: none !important;
	margin-bottom: 4px !important;
	margin-top: 20px;
}

.mb-cart-itm-c3
{
	float: left;
	padding-top: 60px;
	text-align: right;
}
.mb-cart-itm-c3 > div
{
	display: inline-block;
	text-align: left;
}
.mb-cart-itm-c3 strong
{
	display: block;
}
.mb-cart-itm-c1 img
{
	max-width: 100%;
	padding: 0px;
	    border-radius: 0px;
}
.stepper-widget
{
	display: inline-block;
}
.stepper-widget button:hover
{
	cursor: pointer;
}
.stepper-widget button:focus, .stepper-widget input:focus
{
	outline: none;
}
.product-stepper-widget
{
	margin-bottom: 10px;
}
.js-qty-down
{
	border: none;
	background-color: #f3f3f3;
	display: inline-block;
	width: 37px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
	border: 1px solid #c4c4c4;
	float: left;
	color: #7f7f7f;
	font-size: 18px;
	height: 36px;
	line-height: 33px;
	text-align: center;
}
.js-qty-up
{
	border: none;
	background-color: #f3f3f3;	
	display: inline-block;
	width: 37px;
	-webkit-border-top-right-radius: 13px;
	-webkit-border-bottom-right-radius: 13px;
	-moz-border-radius-topright: 13px;
	-moz-border-radius-bottomright: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;	
	border: 1px solid #c4c4c4;
	float: left;
	color: #7f7f7f;
	font-size: 18px;
	height: 36px;
	line-height: 33px;
	text-align: center;
}
.js-qty-input
{
	display: inline-block;
	width: auto;
	width: 55px;	
	text-align: center;
	border-left: none;
	border-right: none;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	float: left;
	font-size: 18px;
	color: #7f7f7f;
	height: 36px;
	line-height: 36px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;

}

.estimated-time
{
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin: 25px 0px;
}

.total-table
{
	display: table;
	
width: 100%;
}
.total-c1
{
	display: table-cell;
	text-align: center;
}
.total-c2
{
	display: table-cell;
}
.tt-pm-list
{
	display: inline-block;
	margin: 0px;
	list-style: none;
	padding: 0px;
}
.tt-pm-list li
{
	display: inline-block;
    padding: 0px 10px;
}
.tt-pm-list li img
{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.amount-box-tbl
{
	display: table;
	width: 100%;
}
.amount-box-tbl > .abtbl-r
{
	display: table-row;
}
.amount-box-tbl > .abtbl-r > .abtbl-c1
{
	display: table-cell;
	vertical-align: top;
	padding-top: 5px;
}
.amount-box-tbl > .abtbl-r > .abtbl-c2
{
	display: table-cell;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: right;
}
.amount-box-tbl > .abtbl-r > .abtbl-c2 > .total-balance-div > div
{
	text-transform: none;
	font-size: 16px;
	font-weight: 500;
	display: block;
}
.amount-box-tbl > .abtbl-r > .abtbl-c1 > .total-txt
{
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.amount-box-tbl > .abtbl-r > .abtbl-c2 > div.total-amnt-block
{
	font-size: 24px;
	width: 335px;
	color: #FFF;
	text-transform: uppercase;
	background: #efc771;
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
    text-align: left;
    padding: 23px 0px 23px 90px;
    font-weight: 600;
	display: inline-block;
	margin-top: 20px;
}
.total-balance-div
{
	width: 335px;	
	padding-left: 90px;
	display: inline-block;
	text-align: left;
}
.total-box
{
	background: #FFF;
	padding: 60px 0px 0px 0px
}
.tmb-cell
{
	text-align: right;
}
.amount-box-tbl > .abtbl-r > .abtbl-c1.total-bottom-text
{
	vertical-align: bottom;
	padding-bottom: 20px;
}

.hr-style-3
{
	height: 1px;
	background: #e2e2e2;
	width: 100%;
	border: none;
	margin: 110px 0px 45px;
}

.hanger-btns
{
	margin-top: 60px;
}
.hanger-btns .btn-style-2
{
	float: left;
}

.hanger-btns .btn-style-3
{
	float: right;
}

.btn-style-2
{
	background-color: #efc771;
	color: #FFF;
	padding: 25px 30px;
	display: inline-block;
	font-size: 16px;
	-webkit-transition:.5s all;
}
.btn-style-2:hover
{
	background-color: #ffdc91;
	color: #FFF;	
	-webkit-transition:.5s all;
}
.btn-style-3
{
	background-color: #5c5c5c;
	color: #efc771;
	padding: 25px 30px;
	display: inline-block;	
	font-size: 16px;
	-webkit-transition:.5s all;
}
.btn-style-3:hover
{
	background-color: #7b7b7b;
	color: #efc771;	
	-webkit-transition:.5s all;
}

.title-style-1
{
	font-size: 28px;
	color: #7f7f7f;
	text-transform: none;
	font-weight: 600;
	margin-bottom: 45px;
}




.wizard-head
{
	background: #5f5f5f;
	padding: 40px 80px;
	display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.wizard-head li
{
	
	position: relative;
}
.wizard-head li a
{
	color: #aaaaaa;
	font-size: 16px;
	font-weight: 600;
	padding: 0px;
	border-bottom: 1px solid rgba(0,0,0,.0);
}
.wizard-head li a.active
{
	color: #dcbb78;
	border-bottom: 1px solid #dcbb78;
	padding: 0px;
}
.wizard-head li::after
{
	content: '';
	position: absolute;
	right: -25px;
	top: 6px;
	width: 9px;
	height: 16px;
	background: url(../img/wizard-menu-arrow.svg) no-repeat center center;
}

.wizard-head li:last-child::after
{
	display: none;
}

.wz-white-box
{
	background: #FFF;
	padding: 75px 100px;
	font-size: 14px;
}

.wz-forms h2
{
	font-size: 18px !important;
	color: #7f7f7f !important;
	text-transform: none !important;
	margin-bottom: 15px !important;
}
.wz-forms p
{
	margin: 0px;

	font-size: 12px;
	margin-bottom: 17px;
}
.wz-forms input[type='text'], .wz-forms input[type='email'], .wz-forms input[type='password']
{
	display: block;
	font-size: 12px;
	padding: 10px 22px;
	margin-bottom: 12px;

	width: 340px;
	border: 1px solid #979797;
}
.wz-forms select
{
	display: block;
	font-size: 12px;
	padding: 10px 22px;
	margin-bottom: 12px;
	width: 340px;
	background-color: #f5f5f5;
	border: 1px solid #979797;
}
.wz-forms textarea
{
	display: block;
	font-size: 12px;
	padding: 10px 22px;
	margin-bottom: 12px;
	width: 340px;
	height: 90px;
	border: 1px solid #979797;	
	resize: none;
}
.wz-btn
{
	display: block;
	font-size: 14px;
	color: #dcbb78;
	background-color: #4c4c4c;
	border: none;
	padding: 11px 35px;
	cursor: pointer;
	margin-bottom: 30px;
}


.wz-fm-1-c1, .wz-fm-1-c2
{
	width: 50%;
	float: left;
}
.wz-fm-1-c1
{
	border-right: 1px solid #979797;
	padding-left: 50px;
}

.wz-fm-1-c2
{
	padding-left: 120px;
}

.wz-secure-badge
{
	padding-left: 60px;
	font-size: 12px;
	font-weight: 600;
	background: url(../img/icons/icon_secure.svg) no-repeat left center;
	background-size: 40px;
	padding: 10px 0px 10px 60px;
	margin-top: 100px;
}
.form-pad-stype1-c1
{
	padding-left: 50px;
}
.wz-forms .form-pad-stype1-c1 input[type='text'], .wz-forms .form-pad-stype1-c1 input[type='email'], .wz-forms .form-pad-stype1-c1 input[type='password'],  .wz-forms .form-pad-stype1-c1 select, .wz-forms .form-pad-stype1-c2 input[type='text'], .wz-forms .form-pad-stype1-c2 input[type='email'], .wz-forms .form-pad-stype1-c2 input[type='password'],  .wz-forms .form-pad-stype1-c2 select,  .wz-forms .form-pad-stype1-c2 textarea
{
	width: 400px;
	 -webkit-appearance:none;
}
.two-input-type-1
{
	width: 400px;
}
.two-input-type-1 select
{
	width: 50% !important;
	float: left;
}
.two-input-type-1 div
{
	width: 50% !important;
	float: left;
	padding-left:13px;
}
.two-input-type-1 input[type='text']
{
	width: 100% !important;
}




.payment-options-lg
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
	display: flex;
    align-items: stretch; /* Default */
    justify-content: center;
	margin-bottom: 60px;
}
.payment-options-lg li
{
    width: 273px;
    height: 173px;
    text-align: center;
    padding-top: 112px;
    font-size: 14px;
	display: inline-block;
	border: 1px solid #737373;
	background-color: #f5f5f5;
	border-radius: 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center top 35px;
	position: relative;
	margin: 0px 15px;
}

.payment-options-lg li.active
{
	border: 1px solid #dcbb78;
}
.payment-options-lg li.active::after
{
	content: '';
	position: absolute;
	right: -15px;
	top: -15px;
	width: 35px;
	height: 35px;
	background: url(../img/payment_selected.svg) no-repeat center center;
}

.title-style-2
{
	font-size: 17px !important;
	color: #7f7f7f !important;
	text-transform: none !important;
	display: inline-block;
}
.title-style-7 {
    font-size: 17px !important;
    color: #7f7f7f !important;
    text-transform: none !important;
    display: inline-block;
    margin-bottom: 15px;
}
.edit-link
{
	font-size: 14px;
	color: #c8972c;
	margin-left: 10px;
}

.order-data-group
{
	margin-bottom: 40px;
}
.order-data-group label
{
	font-size: 14px;
	margin-bottom: 3px !important;
}
.order-data-group .order-data
{
	font-size: 15px;
	font-weight: 600;
	color: #7f7f7f;
}
.tc-order-data-group .order-data-group
{
	display: inline-block;
	margin-right: 80px;
}


.order-data-table
{
	display: table;
	width: 100%;
}
.odt-row
{
	display: table-row;
}
.odt-c1, .odt-c2, .odt-c3
{
	display: table-cell;
	border-top: 1px solid #d2d2d2;
	padding: 15px 11px 15px 0px;
}
.odt-c2
{
	vertical-align: middle;
	text-align: left;
	font-size: 8px;
}
.odt-c2 strong
{
	font-size: 12px;
	display: block;
	text-align: left;
}
.odt-c3
{
	vertical-align: middle;
	text-align: right;
	width: 70px;
	font-size: 12px;
	font-weight: 600;
	color: #7f7f7f;
	padding-right: 2px;
}
.odt-c1 img
{
	border: 1px solid #424242;
	max-width: 63px;
	margin-left: 2px;
}





.order-data-total
{
	display: table;
	width: 100%;
	text-align: right;
	margin-top: 10px;
	padding-right: 25px;
	font-weight: 500;
}
.odttl-row
{
	display: table-row;
}
.odttl-c1
{
	display: table-cell;
	font-size: 12px;
}
.odttl-c2
{
	display: table-cell;
	font-size: 15px;
}
.odttl-c2 strong
{
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}

.checkout-finish-btn
{
	text-align: right;
	margin-top: 20px;
}

.top-right-menu
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
	    line-height: 12px;
}
.top-right-menu li
{
	display: inline-block;
	margin: 50px 0px 0px;
}
header.sticky .top-right-menu  > li {
    margin: 20px 0px 0px;
    -webkit-transition: .5s all;
}
.account-header
{
	padding-bottom: 10px;
}
.account-header.sticky
{
	padding-bottom: 0px;
}
.top-right-menu > li:first-child {
    border-right: 1px solid #9c9c9c;
	padding-right: 7px;
	font-weight: 500;
}
.top-right-menu > li > a
{
	color: #bababa;	
}

.user-img-style-1
{
	border-radius: 50%;
	width: 60px;
}
#top-head
{
	margin-top: 112px;
	background: #f2f2f2;
	padding: 30px 0px;
}
#top-head h2
{
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	color: #616161;
	margin-top: 10px;
}
.user-img-style-1
{
	margin-right: 10px;
}
.ac-log
{
	text-align: right;
}
.account-logout
{
	background: url(../img/icons/logout.svg) no-repeat left center;
	padding-left: 30px;
	display: inline-block;
	margin-top: 12px;
}

#dashboard-menus
{
	background: #535353;
}

.dshb-menu
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.dshb-menu li
{
	padding: 35px 0px;
	float: left;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 40px;
	font-size: 18px;
}
.dshb-menu li:last-child
{
	margin-right: 0px;
}
.dshb-menu li a
{
	color: #b2b2b2;
	display: block;
}
.dshb-menu li a img
{
	margin-right: 8px;
	width: 23px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


#dashboard-contents
{
	padding: 105px 0px;
	font-size: 16px;
}
.title-style-3
{
	font-size: 26px;
	color: #787878;
	font-weight: 500;
	margin-bottom: 25px;
}
.title-style-4
{
	font-size: 22px;
	color: #787878;
	font-weight: 500;	
}
.dash-btn
{
	font-size: 16px;
	color: #b2b2b2;
	text-transform: uppercase;
	display: block;
	border: 1px solid #bdbdbd;
	text-align: center;
	width: 100%;
	padding-top: 145px;
	padding-bottom: 70px;
	background-position: center top 60px;
	background-repeat: no-repeat;
	font-weight: 500;
	margin-top: 30px;
}
.dash-btn:hover
{
	color: #b2b2b2;	
}


.faqs
{
	margin-bottom: 40px;
}
.faqs ol, .ansr ol
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.faqs ol li, .ansr ol li
{
	margin-bottom: 10px;
}

.dshb-menu li.active a, .dshb-menu li:hover a
{
	color: #e9c983;
}
.dshb-menu li:hover a img, .dshb-menu li.active a img
{
	-webkit-filter: none;
    filter: none;
}





#dashboard-sub-menus
{
	padding: 30px 0px;
	background: #f2f2f2;
}
.dshb-sub-menu
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.dshb-sub-menu li
{
	display: inline-block;
}
.dshb-sub-menu li a
{
	color: #626262;
	margin-right: 70px;
}
.dshb-sub-menu li:last-child a
{
	margin-right: 0px;
}
.dshb-sub-menu li.active a
{
	font-weight: 500;	
	border-bottom: 1px solid #626262;
}
.dshb-sub-menu li:hover a
{
	border-bottom: 1px solid #626262;
}



.order-details-table
{
	display: table;
	width: 100%;
	color: #7f7f7f;
}
.odtls-row
{
	display: table-row;
}
.order-details-table strong
{
	font-size: 16px;
	font-weight: 600;
	display: block;
}
.order-details-table p
{
	font-size: 13px;
}
.odtls-c1, .odtls-c2, .odtls-c3, .odtls-c4, .odtls-c5
{
	float: left;
}
.odtls-c1 img
{
	border: 1px solid #bbbbbb;
	max-width: 114px;
}
.odtls-c1
{
	padding: 45px;
	vertical-align: top;
	width: 17%;
}
.odtls-c2
{
	padding: 60px 30px 45px 0px;
	width: 20%;
	vertical-align: top;
}
.odtls-c3
{
	padding: 60px 40px 0px 0px;
	vertical-align: top;
	width: 23%;
}
.four_column .odtls-c2
{
	width: 23%;	
}
.four_column .odtls-c3
{
    width: 34%;
}
.four_column .odtls-c4
{
    width: 26%;
	padding: 38px 40px 45px 0px;
	
}
.odtls-c4
{
	padding: 60px 40px 45px 0px;
	vertical-align: top;
	width: 20%;
}
.odtls-c5
{
	padding: 37px 0px 0px 0px;
	vertical-align: top;
	text-align: right;
	width: 20%;
}
.odtls-c5 p
{
	font-size: 13px;
	padding: 0px 15px 0px 0px;
	margin-bottom: 0px;
}
.order-id
{
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	background: #d4b777;
	padding: 20px;
	margin-bottom: 6px;
	margin-top: 10px;
	text-align: center;
}
.track-btn
{
	display: block;
	background: #e4e4e4;
	padding: 15px 20px;
	text-align: center;
	color: #7f7f7f;
	    font-size: 14px;
}
.track-btn img
{
	width: 18px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.odtls-c2 p
{
	font-size: 14px;
	margin: 0px;
}
.price-b-1
{
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

.status-head
{
	font-size: 16px;
	margin-bottom: 10px;
}
.border-div
{
	margin-bottom: 6px;
	border: 1px solid #979797;
}
.border-div::after
{
	content: '';
	display: block;
	clear: both;
}
.border-div s
{
	font-size: 14px;
	display: block;
}
.odtls-four-column-tb .odtls-c2
{
	width: 350px;
}
.odtls-four-column-tb .odtls-c3
{
	width: 420px;
}
.odtls-four-column-tb .order-id
{
	margin-bottom: 0px;
}



.title-style-5
{
	font-size: 21px;
	color: #626262;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 10px;
}
.account-form-type-1
{
	padding-left: 185px;
}
.link-style-1
{
	font-size: 14px;
	font-weight: 600;
	color: #c49c43;
	margin-left: 8px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.link-style-1:focus, .link-style-1:hover
{
	outline: none;
	border: none;
}
.tc-form-style-1
{
	font-size: 16px;	
	margin-bottom: 30px;
}

#dashboard-contents input[type='text'], #dashboard-contents input[type='email'], #dashboard-contents textarea, #dashboard-contents input[type='password'], .message-page-section input[type='text'], .message-page-section input[type='email'], .message-page-section textarea, .message-page-section input[type='password']
{
	height: 45px;
	padding-left: 25px;
	background-color: #f8f8f8;
	border: 1px solid #979797;
	font-size: 14px;
	margin-right: 15px;
	margin-bottom: 35px;
	width: 580px;	
}
#dashboard-contents textarea, .message-page-section textarea
{
	height: 200px;	
	resize: none;
	padding-top: 20px;
}
.tc-form-style-1 input[type='text']
{
	width: 280px !important;
}
.tc-form-style-3 input[type='text']
{
	width: 270px !important;
}

.link-style-2
{
	font-size: 14px;
	font-weight: 600;
	color: #c49c43;
	margin-top: 50px;
	display: block;
}

.btn-style-4
{
	color: #e9c983;
	display: inline-block;
	font-size: 13px;
	padding: 12px 17px;
	background: #535353;
}
.btn-style-4:hover
{
	color: #e9c983;	
}
.adrs-edit-hanger
{
	margin-bottom: 40px;
}
.adrs-edit-hanger h2
{
	float: left;
}
.adrs-edit-hanger a
{
	float: right;
}

.account-adress-box
{
	font-size: 13px;
}

.address-box
{
	background: #fbfbfb;
	border: 1px solid #979797;
	padding: 35px 40px;
	position: relative;
	margin-bottom: 35px;
	
}
.adb-title
{
	font-size: 14px;
	color: #7f7f7f;
	font-weight: 600;
	margin-bottom: 10px;
}
.adb-title span
{
	display: inline-block;
	margin-left: 15px;
}


.action-1
{
	position: absolute;
	right: 0px;
	top: 0px;
}
.action-1::after
{
	display: none;
}

.action-dropdown
{
	text-align: center;
	width: 115px;
	border-radius: 0px;
	font-size: 10px;
	padding: 0px;
	border-top: 1px solid #979797;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: none;
}
.action-dropdown a
{
	color: #7f7f7f;	
	padding: 13px 0px;
	font-weight: 500;
	border-bottom: 1px solid #979797;
}
.notf-mults-c
{
	margin-bottom: 30px;
}
.notf-mults-c .multiselect-native-select
{
	display: block;
	margin-top: 18px;
}


.multiselect-native-select .dropdown-toggle::after
{
	content: '';
	width: 16px;
	height: 8px;
	right: 20px;
	top: 20px;
	position: absolute;
	background: url(../img/icons/arrow_down_1.svg) no-repeat center top;
	border: none;
}
.multiselect
{
	width: 335px;
	font-size: 13px;
	border: 1px solid #979797;
	border-radius: 0px;
	text-align: left;
	padding: 12px 25px;
	background: #fbfbfb;
}
.multiselect-container
{
	width: 335px;
}
.multiselect-container>li>a
{
	width: 100%;
}
.multiselect-container>li>a>label
{
	width: 100%;
	padding: 0px;	
}
.multiselect-container>li>a:focus, .multiselect:focus
{
	outline: none;
	box-shadow: none;
}
.multiselect-container>li
{
	padding: 8px 24px;
	border-bottom: 1px solid #dadada;
	font-size: 14px;
}
.multiselect-container>li.active
{
	background: #f0f0f0;
}

.notf-mults-c > span
{
	font-size: 14px;
	font-weight: 500;
	color: #7f7f7f;
}





.wltb-c1
{
	padding: 40px 70px 40px 35px;
	width: 10%;
}
.wltb-c2
{
	width: 12%;
}
.wltb-c3
{
	width: 22%;	
}
.wltb-c4
{
	width: 9%;
}
.wltb-c5
{
	width: 12%;
}
.wltb-c6
{
	width: 15%;
}

.wltb-c7
{
	width: 5%;
}

.wltb-c7 img
{
	width: 25px;
}
.wltb-c8
{
	width: 7%;
	padding-right: 30px;
}
.wltb-c1, .wltb-c2, .wltb-c3, .wltb-c4, .wltb-c5, .wltb-c6, .wltb-c7, .wltb-c8
{
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    padding-top: 35px;<strong></strong>
}

.wlist-table
{
	display: table;
	width: 100%;
}
.wlst-tbl-row
{
	display: table-row;
}


.rvb-img
{
	float: left;
	width: 15%;
	text-align: center;
}
.rvb-img img
{
	border: 1px solid #bbbbbb;
	max-width: 100%;
}
.rvb-cnt
{
	width: 85%;
	float: left;
	display: inline-block;
	font-size: 11px;
}
.rvb-cnt p
{
	font-size: 13px;
	margin-bottom: 5px;
}
.rvb-cnt span
{
	position: relative;
	top: -2px;
	left: 5px;
}
.rvb-cnt a
{
	font-size: 9px;
	color: #e3b866;
}
.inner-rating
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.inner-rating li
{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/icons/icon_star_lg.svg) no-repeat center center;
	margin-right: 0px;
	background-size: 15px;
}
.inner-rating li.active
{
	background: url(../img/icons/icon_star_lg_active.svg) no-repeat center center;
	background-size: 15px;	
}
.review-bx
{
	border: 1px solid #979797;
	position: relative;
	padding: 40px 0px;
	color: #7f7f7f;
	margin-bottom: 5px;
}
.rvb-date
{
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 13px;
}
.rvb-cnt h2
{
	font-size: 19px;
	margin: 7px 0px 7px;
	font-weight: 600;
}
/*
.search-block
{
	position: relative;
}
.search-box
{
	position: absolute;
    right: -0px;
    top: -5px;
	font-size: 14px;
	opacity: 0;
	-webkit-transition:.5s all;
}
.search-block:hover .search-box
{
    right: 37px;	
	opacity: 1;
	-webkit-transition:.5s all;
}
.search-box input[type='text']
{
    border: 1px solid #E7BD62;
    padding: 7px 15px;
}
.search-box input[type='text']:focus{
	outline: none;
}*/


.search-block
{
	margin: 0px 0px 0px !important;
}
.mobile-search
{
	display: none;
}
.mobile-search input
{
	border: 1px solid #c8972c;
	    padding: 4px 12px;
}
.mobile-search button
{
	background-color: transparent;
	border: none;
	position: relative;
	top: -2px;
}



.refine-container
{
	position: relative;
}
.refine-box
{
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 99;
}
.refine-customize
{
	background: rgba(247,247,247,.95);
	padding: 60px 70px;
}
.refine-c1,.refine-c2,.refine-c3,.refine-c4,.refine-c5,.refine-c6
{
	float: left;
}
.refine-c1
{
	width: 15%;
}
.refine-c2
{
	width: 20%;
	padding-left: 50px;
}
.refine-c3
{
	width: 15%;
}
.refine-c4
{
	width: 14%;
}
.refine-c5
{
	width: 14%;
}
.refine-c6
{
	width: 22%;
	padding-left: 50px;
}
.title-style-6
{
	font-size: 17px;
	font-weight: 600;
	color: #6b6b6b;
	margin-bottom: 30px;
}

.refine-customize
{
	color: #6b6b6b;	
}
.list
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.list li
{
	font-size: 13px;
	margin-bottom: 14px;
	font-weight: 500;
	cursor: pointer;
}
.color
{
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;	
}
.color li
{
	margin-bottom: 12px;
}
.color li div
{
	width: 84px;
	height: 25px;
}
.color-r-1
{
	background: #e0be8d;
}
.color-r-2
{
	background: #bdaba5;
}
.color-r-3
{
	background: #e5e7ea;
}
.color-r-4
{
	background: #525252;
}
.color-r-5
{
	background: #de85a1;
}
.color-r-6
{
	background: #c2c2c2;
}
.rf-brands
{
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
.rf-brands li
{
	margin-bottom: 25px;
}
.btn-style-5
{
	font-size: 15px;
	color: #FFF;
	background: #c8972c;
	margin-top: 25px;
	display: inline-block;
	-webkit-transition:.5s all;
	padding: 10px 20px;
	border-radius: 10px;
}
.btn-style-5:hover
{
	background: #E8B648;
	color: #FFF;
	-webkit-transition:.5s all;
}

#ranged-value
{
	width: 100%;
	margin-bottom: 40px;
}



.zoomWindowContainer > div
{
	border-radius: 50% !important;
}
.zoomLens
{
	border-radius: 50% !important;	
}





.pagination-status
{
	
}
.pagination-row
{
	padding: 0px 20px;
}
.pagination-row .pagination
{
	float: right;
}
.page-item.active .page-link {
    z-index: 1;
    color: #8b8b8b;
    background-color: #f4f4f4;
    border-color: #cbcbcb;
}
.page-item:first-child .page-link, .page-item:last-child .page-link
{
	border-radius: 0px;
}
.page-link {
    position: relative;
    display: block;
    padding: .7rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #676767;
    background-color: #fff;
    border: 1px solid #c6c6c6;
	font-size: 14px;
}
.page-link:focus, .page-link:hover
{
	    color: #8b8b8b;
    text-decoration: none;
    background-color: #f4f4f4;
    border-color: #cbcbcb;
}
.main-nav .dropdown-toggle::after
{
	display: none;
}



/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}








.input-checks-c {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    margin: 0px 15px 11px 0px ;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input-checks-c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	left: 0px;
	top: 0px;
}
.input-checks-bx {
    position: absolute;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #FFF;
	    border: 1px solid #979797;
	    top: 6px;
}

.input-checks-c:hover input ~ .input-checks-bx {
}

.input-checks-c input:checked ~ .input-checks-bx {
    background-color: #dcbb78;
	    border: 1px solid #dcbb78;
}
.input-checks-bx:after {
    content: "";
    position: absolute;
    display: none;
}
.input-checks-c input:checked ~ .input-checks-bx:after {
    display: block;
}


.flyimg
{
	opacity: 0;
	position: absolute;
}



.lSGallery
{
	display: none;
}

.product-grid-item-single:hover .lSGallery {
    display: block;
}



.thumb-gallery li img
{
	    border-radius: 20px;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px;
}
.lSSlideOuter .lSPager.lSGallery a
{
	display: inline-block;
	padding: 5px;
	height: 70px;
}



.style-textbox
{
	width: 100%;
	height: 45px;
	padding-left: 25px;
	background-color: #f8f8f8;
	border: 1px solid #979797;
	font-size: 14px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.order-details
{
	line-height: 28px;
	font-size: 12px;
}
.order-details strong
{
	font-weight: bold;
}
#order-status .title-style-2
{
	margin-bottom: 10px !important;
}


.message-page
{
	text-align: center;
	background-position: center top 50px; 
	background-repeat: no-repeat;
	padding: 170px 0px 40px 0px;
	background-size: 95px;
	border: 1px solid #CCC;
}
.boxed-content
{
	text-transform: uppercase;
	background-color: #efefef;
	padding: 8px 13px;
	display: inline-block;
	border-radius: 9px;
	font-size: 14px;
	color: #535353;
	font-weight: bold;
}
.message-page p
{
	margin: 25px 0px 25px 0px;
}
.message-page h2
{
	color: #535353 !important;
}
.message-page.success
{
	background-image: url(../img/icons/checked.svg);
}
.message-page.error
{
	background-image: url(../img/icons/danger.svg);
}
.message-page.alert
{
	background-image: url(../img/icons/stop.svg);
}
.message-page.empty-cart
{
	background-image: url(../img/icons/empty-cart.svg);
}


.message-page.empty-box
{
	background-image: url(../img/icons/empty-box.svg);
}
.message-page .wz-btn
{
	display: inline-block;
}







/**/



/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}

/**/





.write-review
{
	padding-top: 40px;
}
.review-rating
{
	display: inline-block;
	position: relative;
	top: 8px;
}
.review-rating-c
{
	margin-bottom: 40px;
}
.tl-form-control
{
	height: 45px;
    padding-left: 25px;
    background-color: #f8f8f8;
    border: 1px solid #979797;
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 580px;
}
textarea.tl-form-control
{
	height: 100px;	
	resize: none;
	padding-top: 10px;
    margin-bottom: 15px;
}

.row-section
{
	padding: 0px 0px 30px;
}
.row-section-last
{
	padding-bottom: 150px;
}

.message-page-section
{
	padding: 190px 0px 100px;
	font-size: 16px;
}


.error-txt
{
	position: relative;
    top: -25px;
    display: block;
}
.error-txt span
{
    background: #000;
	padding: 5px 20px;
	font-size: 12px;
	
}


.alert-info {
    color: #535353;
    background-color: #e3efe6;
    border-color: #d7e4da;
}
.alert-warning {
       color: #856404;
    background-color: #fff9eb;
    border-color: #f7f0e1;
}

.terms-modal
{
	padding: 20px 40px;
}
.terms-modal h1
{
	font-size: 16px;
}
.terms-modal h2
{
	font-size: 16px;
}




.information-content
{
	padding: 20px 0px;
}
.information-content h1
{
	font-size: 16px;
}
.information-content h2
{
	font-size: 16px;
}













#contact {
	background: url(../img/contact-bg.jpg) no-repeat top #e5e6e8;
	background-size: contain;
	padding-bottom: 90px;
}
.contact-cls {
	width: 100%;
	display: table;
	margin-left: 35px;
}
.contact-cl-1, .contact-cl-2 {
}
.contact-cl-1 {
	width: 360px;
	background: #5b5b5b;
	color: #c9c9c9;
	padding: 250px 60px 60px 60px;
	display: table-cell;
}
.contact-cl-2 {
	width: 50%;
	padding: 50px 0px 0px 60px;
	display: table-cell;
	vertical-align: bottom;
}
#contact p {
	font-size: 13px;
	margin: 0px 0px 3px;
	padding: 0px;
	line-height: 20px;
}
.contact-form-style {
	width: 380px;
}
.contact-form-style input[type='text'], .contact-form-style input[type='email'] {
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 10px;
	height: 45px;
	display: inline-block;
	width: 100%;
	padding: 5px 25px;
	font-size: 14px;
	font-weight: 300;
}
.form-elms {
	margin-bottom: 10px;
}
.contact-form-style textarea {
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 10px;
	display: inline-block;
	width: 100%;
	padding: 10px 25px;
	font-size: 14px;
	resize: none;
	height: 100px;
}
.contact-form-style input[type='button'], .contact-form-style input[type='submit'] {
	background: #d3a848;
	color: #FFF;
	text-align: center;
	padding: 15px 50px;
	border: none;
	border-radius: 18px;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: .5s all;
}
.contact-form-style input[type='button']:hover, .contact-form-style input[type='button']:focus {
	background: #e4b13f;
	-webkit-transition: .5s all;
	border: none;
	outline: none;
}


#contact .title-style-4 {
	color: #d3a848;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}
#contact .title-style-4::after {
	position: absolute;
	left: 0px;
	bottom: -8px;
	content: '';
	height: 1px;
	background: #979797;
	width: 60%;
	-webkit-transition: .5s all;
}
#contact .contact-cl-2:hover .title-style-4::after {
	width: 90%;
	-webkit-transition: .5s all;
}
#contact .title-style-5 {
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}
#contact .title-style-6 {
    color: #c9c9c9;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}



#brands
{
	background: #f9f9f9;
    padding: 140px 0px;
    font-size: 16px;
}
.brand-logos
{
	list-style: none;
	padding: 0px;
	margin: 0px -7px;
}
.brand-logos::after
{
	display: block;
	content: '';
	clear: both;
}
.brand-logos li
{
	float: left;
	width: 16.666%;
	padding: 7px;
}
.brand-logos li a
{
	background: #FFF;
	display: block;
	    border: 1px solid #f7f3f3;
	-webkit-transition:.5s all;
	    min-height: 104px;
    text-align: center;
}
.brand-logos li a span
{
	display: inline-block;
    margin-top: 35px;
    font-weight: 500;
    font-size: 16px;
    color: #c8972c;
}
.brand-logos li a:hover
{
	-webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.46);
box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.46);
	-webkit-transition:.5s all;
	
}
.brand-logos li img
{
	width: 100%;
}


#size-chart {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
	display: none;
	padding: 30px 20px 15px;
	position: relative;
	border-radius: 15px;
}
.popup_visible #size-chart {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
	background: #FFF;
	border-radius: 0px;
}
.size-chart_close
{
	border: none;
	outline: none;
	background-color: transparent;
	position: absolute;
	right: 5px;
	top: 7px;
	color: #c8972c;
	cursor: pointer;
	font-weight: bold;
}


.button-dropdowns-tables .tl-scroll-bar
{
	margin-bottom: 20px;
}


.t-error
{
    height: 11px;
    display: block;
    font-size: 10px;
    position: relative;
    top: -10px;
    color: #d81313;
}












.op li {
	display: inline-block;
	cursor: pointer;
	list-style: none;
}
.cp .color li {
	height: 100%;
}
.cp .color li.active {
	border: 1px solid #999999;
}
.cp .size {
	padding-bottom: 3px;
}
.cp .size li {
	min-width: 30px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	color: #222222;
}
.cp .color li {
	    margin-bottom: 0px;
	    line-height: 6px !important;
	    border: 1px solid;
}
.cp .color li.active {
    border: 1px solid #c8972c;
}
.cp .color li img{ 
	width: 58px;
	height: 8px;
}
.cp {
    margin-bottom: 0px;
}











.block-alert
{
	background: #fff1d3;
    color: #b18320;
    border: 1px solid #fdebc4;
    border-radius: 0px;
    font-size: 14px;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
}


.text-danger {
    color: #d88c93!important;
    font-size: 12px;
}

.shipping-list
{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 30px;
	text-align: center;
	width: 100%;
	display: block;
}
.shipping-list li
{
	display: inline-block;
}


.t-border-bx-1
{
	border: 1px solid #dcbb78;
	padding: 30px 15px 10px;
	border-radius: 15px;
	margin-bottom: 30px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 15px;
}


.price s{
    font-size: 13px;
    font-weight: 400;
}


.mfilter-image ul li, .mfilter-image_radio ul li {
    margin: 0px 0px 10px;
	padding: 0px;
	opacity: 1;
	border: none;
}
.mfilter-filter-item .mfilter-iscroll .mfilter-options
{
	padding: 0px;
}

.mfilter-price-inputs
{
    font-size: 12px;	
}
.mfilter-filter-item .mfilter-options {
    padding: 0;
}



.mfilter-price-inputs::after
{
	display: block;
	content: '';
	clear: both;
}
.p-range-value-box-1, .p-range-value-box-2
{
	float: left;
	width: 50%;
}
.p-range-inner
{
	width: 100%;
	background-color: #FFF;
	border: 1px solid #e2e2e2;
	position: relative;
    padding-left: 32px;
}
.p-range-inner span, .p-range-inner span
{
    position: absolute;
    left: 7px;
    top: 8px;
    font-size: 9px;
	    color: #000;
}
.p-range-value-box-1
{
	padding-right: 5px;
}
.p-range-value-box-2
{
	padding-left: 5px;
}


#mfilter-opts-price-min, #mfilter-opts-price-max
{
    border-radius: 0px;
    min-width: auto;
    width: 100%;
    font-size: 12px;
	background-color: transparent;
	border: none;
	    padding: 6px 0px;
}
#mfilter-opts-price-min:focus, #mfilter-opts-price-max:focus
{
	outline: none;
}








/**/
.popup-form .error-m
{
	color: #D00306;
	font-size: 11px;
}
.popup-form
{	
    top: 15%;
}
.popup-form .modal-content
{
	border-radius: 30px;
	border: none;
	padding: 55px;
	position: relative;
	    -webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
}
.popup-message
{
	border: none;
	    background-position: center top 0px;
    padding: 115px 0px 0px 0px;
}
.popup-form .modal-content .close
{
	position: absolute;
	right: 20px;
	top: 20px
}
.modal-backdrop {
    background-color: #fff;
}
.popup-form h2
{
	color: #c2922d;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.form-style-1 input[type='text'],.form-style-1 input[type='email']
{
	width: 100%;
	border: 1px solid #CCC;
	padding: 10px 15px;
	margin-bottom: 10px;
}
.form-style-1 input[type='text']:focus,.form-style-1 input[type='email']:focus
{
	outline: none;
}
.form-style-1 input[type='button']
{
	font-size: 14px;
    background-color: #c2922d;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 7px;
    -webkit-transition: .5s all;
    z-index: 99;
    border: none;
	display: inline-block;
}
.form-style-1 input[type='button']:hover {
    color: #FFF;
    background-color: #e0ab3b;
    -webkit-transition: .5s all;
    border: none;
    outline: none;
	cursor: pointer;
}
.error-field
{
	border: 1px solid #e81b1e !important;
}








/*Book a tailor*/
#book-a-tailor
{
	background: url(../img/bg-pattern-1.svg);
	padding: 35px 0px 100px;
}
.bat-contents
{
	padding-top: 120px;
}
.bat-contents h2
{
	color: #c8972c;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 800;
}
.bat-contents h3
{
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.bat-contents p
{
	text-align: justify;
}
.bat-features
{
	padding: 25px 0px;
	color: #FFF;
	background: rgb(200,152,44,.68); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(200,152,44,.68) 0%, rgba(19,16,8,.68) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(200,152,44,.68) 0%,rgba(19,16,8,.68) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(200,152,44,.68) 0%,rgba(19,16,8,.68) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8982c', endColorstr='#131008',GradientType=0 ); /* IE6-9 */
	text-align: center;
	margin-bottom: 65px;
}
.bat-features img
{
	width: 115px;
}
.form-style-2
{
	background: #FFF;
	padding: 70px 100px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.form-style-2 h2
{
	text-align: center;
	text-transform: uppercase;
	color: #c8972c;
	font-size: 24px;
	margin-bottom: 20px;
}
.form-style-2 .form-control
{
	margin-bottom: 30px;
	border-radius: 0px;
	padding: 10px 20px;
}
.form-style-2 select.form-control
{
	height: 46px !important;
	padding: 10px 15px !important;
}
.form-style-2 input[type='button']
{
	background: #c8972c;
	color: #FFF;
	text-align: center;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 16px;
	
}
.form-style-2 input[type='button']:hover, .form-style-2 input[type='button']:focus
{
	outline: none;
	cursor: pointer;
	background: #E5B241;
}


.coupon-add
{
	background: #FFF;
	padding: 30px;
	margin-top: 40px;
}
.coupon-add h2
{
	margin: 0px 0px 15px  !important;
}
.coupon-add p
{
	
}
.coupon-add .panel-title
{
	font-size: 18px;
	margin: 0px 0px 15px  !important;
}
.coupon-add .panel-title a
{
	color: #c8972c !important;
	
}
.coupon-add input[type='text']
{
	border-radius: 0px;
	
}
.coupon-add .btn
{
	    background-color: #efc771;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: .5s all;
	border-radius: 0px;
}