	@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
}
	@media (min-width: 992px){
		.dropdown-menu .dropdown-toggle:after{
			border-top: .3em solid transparent;
		    border-right: 0;
		    border-bottom: .3em solid transparent;
		    border-left: .3em solid;
		}

		.dropdown-menu .dropdown-menu{
			margin-left:0; margin-right: 0;
		}

		.dropdown-menu li{
			position: relative;
		}
		.nav-item .submenu{ 
			display: none;
			position: absolute;
			left:101%; top:-7px;
		}
		.nav-item .submenu-left{ 
			right:100%; left:auto;
		}

		/*.dropdown-menu > li:hover{ background-color: #f1f1f1 }*/
		.dropdown-menu > li:hover > .submenu{
			display: block;
		}
		
	}








@media only screen and (min-width: 768px) and (max-width: 1168px) {
	/*top-header*/
	.top-header .navbar-nav {     flex-direction: row; }
	.top-header nav.navbar.navbar-dark.row.m-0 {
	    padding-left: 0;
	    padding-right: 0;
	}
	.top-header .container{ padding: 0; }
	.top-header .dropdown-menu {
	    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
	}
	.top-header li.nav-item {
    	margin-right: 6px;
	}
	/*top-header*/

	/*main-header*/
	/*.m-d-block{ display: block !important; }
	.m-d-none{ display: none !important; }*/
	.navigation-bar .nav-item.blog .submenu{ left: auto; right: 101%; }
	.navigation-bar .navbar-dark .navbar-toggler {
	    color: rgb(151 36 17);
	    border-color: 0 !important; outline: none;
	    font-size: 28px;
	    padding: 0;
	}
	.navigation-bar  .navbar-collapse{ opacity: 1; }
	.navigation-bar .navbar-brand{ margin: auto; }
	.navigation-bar div#main_nav.show {
    position: fixed;
    width: 100%; opacity: 1;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	}
	.navigation-bar .close{  position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    opacity: 1;
    font-weight: bold; }
	button.close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    opacity: 1;
    font-weight: bold;
	}
	/*main-header*/


	/*banner style*/
	.h1text{ line-height: 40px;     font-size: 85px;}
	/*banner style*/


	/*shop*/
	h2.h1text.h2text.text-center {
    line-height: normal;
    font-size: 62px !important;
	}
	/*shop*/


	/*best seller*/
	section.best-saller {
    max-height: initial;
	}
	.card-caption {
    background-color: #000;
    opacity: 1;
    position: inherit;
    bottom: 0;
	}
	.best-sell-card{ height: auto; border-color: #fff; }
	/*best seller*/

	/*Product Page*/
	.social-icon a {
    margin-right: 10px;}
    .featured-img img {
    height: 52px;
	}
	/*Product page*/
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.top-header .navbar-nav {     flex-direction: row; }
	.top-header nav.navbar.navbar-dark.row.m-0 {
	    padding-left: 0;
	    padding-right: 0;
	}
	.top-header .container{ padding: 0; }
	.top-header .dropdown-menu {
	    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
	}
	.top-header li.nav-item {
    	margin-right: 6px;
	}



		/*main-header*/
	.navigation-bar .nav-item.blog .submenu{ left: auto; right: 101%; }
	.navigation-bar .navbar-dark .navbar-toggler {
	        color: rgb(216 173 85);
	    border-color: 0 !important; outline: none;
	    font-size: 28px;
	    padding: 0;
	}
	.navigation-bar  .navbar-collapse{ opacity: 0; }
	.navigation-bar .navbar-brand{ margin: auto; }
	.navigation-bar div#main_nav{ position: absolute; }
	.navigation-bar div#main_nav.show {
    position: fixed; overflow-y: auto;
    width: 100%; opacity: 1;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-flow: row wrap;
	}
	.navigation-bar .close{ display: block !important; position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    opacity: 1;
    font-weight: bold; }
	button.close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    opacity: 1;
    font-weight: bold;
	}
	.navigation-bar li.nav-item.active:before{ display: none; }
	.navigation-bar nav.navbar.navbar-expand-lg.navbar-dark {    flex-flow: row nowrap;
		}
		.navigation-bar a.navbar-brand {
    display: inline-block;
    width: auto !important;
		}
		.m-d-block{ display: block !important; }
		
		.navigation-bar li.nav-item {
    padding: 0;
	}
	.navigation-bar .dropdown-menu .dropdown-item{ font-size: 14px; }
	.navigation-bar  ul.navbar-nav.m-auto.my-0 {
    width: 85%;
    max-height: 350px;
    overflow: scroll;
    margin: 0 auto !important;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
	}
	.navigation-bar li.nav-item, .navigation-bar .nav-link a{ font-size: 16px; }
	.navigation-bar .dropdown-menu {
    color: #919191;
    border-color: transparent;
    border-radius: 0 !important;
    background-color: transparent;
    padding: 0 !important;
	}
	label.nav-link.dropdown-toggle {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
	}
	.navigation-bar li.nav-item {
    width: 100%;
    text-align: left;
	}
	label.nav-link a:nth-last-child(1){ margin-left: auto; }
	.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:hover{ color: #fff !important; }
	ul.submenu.dropdown-menu {
    text-indent: 10px;
	}
	.search_mobile .search_field {
    padding: 0.5em 2.5em 0.5em 1em;
	}
	.search_mobile .search_submit {
    padding: 0.7em 0.6em !important;
	}
	.search_mobile .search_field {
    width: 100%;
    background: transparent;
    /*padding: 1em 3em 1em 1.5em;*/
	}
	.search_mobile .search_submit {
    color: #aaaaaa;
	}
	 .search_mobile .search_submit {
    background-color: transparent;
    border: none;
    font-size: 1.2em;
    font-weight: 100;
    /* padding: 1em 1.1em !important; */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);     opacity: .7;
	}
	.socials_mobile {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
	}
	.socials_mobile i{color: #fff; opacity: .7;}
	.socials_mobile:hover i{color: #fff; opacity: 1;}
	/*main-header*/


	/*banner style*/
	.h1text {
    line-height: 40px;
    font-size: 54px;
	}
	.ptext { width: 100%; }
	/*banner style*/


	/*shop*/
	h2.h1text.h2text.text-center {
    line-height: normal;
    font-size: 62px !important;
	}
	.bg-shop .col-sm-5.text-center {
    max-width: 80%;
    flex: 80%;
	}
	/*shop*/


	/*best seller*/
	section.best-saller {
    max-height: initial;
	}
	.card-caption {
    background-color: #000;
    opacity: 1;
    position: inherit;
    bottom: 0;
	}
	.best-sell-card{ height: auto; border-color: #fff; }
	/*best seller*/
	/*blog*/
	h4.sc_blogger_item_title.entry-title {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.4em;
    margin: -30px 0 8px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    color: #fff;
	}
	.heading-blog p.text-muted {
    font-size: 13px;
	}
	/*blog*/

	/*Product page*/
	.product-sectoin-row{ flex-direction: column-reverse; }
	.product-sectoin-row .col-sm-4,.product-sectoin-row .col-sm-8  {
    max-width: 100%;
    flex: 100%;
	}
	/*Product page*/

	/*Product-details*/
		span.d-none.m-d-block {
	    	display: none !important;
		}
		.tryon-sectoin-details h2 {
		    font-size: 20px;
		    letter-spacing: 1.5px;
		    text-transform: uppercase;
		}
		button.video-buton {
	    font-size: 14px;
	}
	.price-breackup li {
	    font-size: 12px;
	}
	.price-breackup li p {
	    font-size: 12px;
	    margin: 0;
	    padding: 0;
	}
	.hint--right:after {
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, -100%) !important;
	}
	.hint--right:before {
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, -100%) !important;
     transform: rotate(-90deg) !important;
	}
	

	/*Product-details*/
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
	.top-header .navbar-nav {     flex-direction: row; }
	.top-header ul.navbar-nav.mr-auto {
	    display: none;
	}
	.top-header nav.navbar.navbar-dark.row.m-0 {
	    padding-left: 0;
	    padding-right: 0;
	}
	.top-header .container{ padding: 0; }
	.top-header .dropdown-menu {
	    position: absolute !important;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.top-header li.nav-item {
    	margin-right: 6px;
	}
	.m-d-none{ display: none; }
	/*main-header*/
	.navigation-bar .nav-item.blog .submenu{ left: auto; right: 101%; }
	.navigation-bar .navbar-dark .navbar-toggler {
	        color: rgb(216 173 85);
	    border-color: 0 !important; outline: none;
	    font-size: 28px;
	    padding: 0;
	}
	.navigation-bar  .navbar-collapse{ opacity: 0; }
	.navigation-bar .navbar-brand{ margin: auto; }
	.navigation-bar div#main_nav{ position: absolute; }
	.navigation-bar div#main_nav.show { overflow-y: auto;
    position: fixed;
    width: 100%; opacity: 1;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-flow: row wrap;
	}
	.navigation-bar .close{ display: block !important; position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    opacity: 1;
    font-weight: bold; }
	button.close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    opacity: 1;
    font-weight: bold;
	}
	.navigation-bar li.nav-item.active:before{ display: none; }
	.navigation-bar nav.navbar.navbar-expand-lg.navbar-dark {    flex-flow: row nowrap;
		}
		.navigation-bar a.navbar-brand {
    display: inline-block;
    width: auto !important;
		}
		.m-d-block{ display: block !important; }
		.navigation-bar li.nav-item {
    padding: 0;
	}
	.navigation-bar .dropdown-menu .dropdown-item{ font-size: 14px; }
	.navigation-bar  ul.navbar-nav.m-auto.my-0 {
    width: 85%;
    max-height: 350px;
    overflow: scroll;
    margin: 0 auto !important;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
	}
	.navigation-bar li.nav-item, .navigation-bar .nav-link a{ font-size: 16px; }
	.navigation-bar .dropdown-menu {
    color: #919191;
    border-color: transparent;
    border-radius: 0 !important;
    background-color: transparent;
    padding: 0 !important;
	}
	label.nav-link.dropdown-toggle {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
	}
	.navigation-bar li.nav-item {
    width: 100%;
    text-align: left;
	}
	label.nav-link a:nth-last-child(1){ margin-left: auto; }
	.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:hover{ color: #fff !important; }
	ul.submenu.dropdown-menu {
    text-indent: 10px;
	}
	.search_mobile .search_field {
    padding: 0.5em 2.5em 0.5em 1em;
	}
	.search_mobile .search_submit {
    padding: 0.7em 0.6em !important;
	}
	.search_mobile .search_field {
    width: 100%;
    background: transparent;
    /*padding: 1em 3em 1em 1.5em;*/
	}
	.search_mobile .search_submit {
    color: #aaaaaa;
	}
	 .search_mobile .search_submit {
    background-color: transparent;
    border: none;
    font-size: 1.2em;
    font-weight: 100;
    /* padding: 1em 1.1em !important; */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);     opacity: .7;
	}
	.socials_mobile {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
	}
	.socials_mobile i{color: #fff; opacity: .7;}
	.socials_mobile:hover i{color: #fff; opacity: 1;}
	/*main-header*/


	/*banner style*/
	.h1text {
    line-height: 20px;
    font-size: 28px;
	}
	.ptext { width: 100%; }
	/*banner style*/



	/*shop*/
	h2.h1text.h2text.text-center {
    line-height: normal;
    font-size: 62px !important;
	}
	.bg-shop .col-sm-5.text-center {
    max-width: 100%;
    flex: 100%;
	}
	/*shop*/

	/*best seller*/
	section.best-saller {
    max-height: initial;
	}
	.card-caption {
    background-color: #000;
    opacity: 1;
    position: inherit;
    bottom: 0;
	}
	.best-sell-card{ height: auto; border-color: #fff; }
	.gold-sectoin .h2text {
    line-height: normal;
    color: #fff;
    font-size: 40px !important;
	}
	.gold-plus {
    font-size: 1.5em;}
	.card-body .col:nth-last-child(1){ flex-basis: auto; }
	.container, .container-sm {
    max-width: 605px;
	}
	.join-bnt {
    width: auto;
    margin: 0;
	}
	.font-si {
    font-size: 1.125em;
    width: 100%;
    font-weight: bold;
    line-height: normal;
    margin-right: 20px !important;
	}
	/*best seller*/
	/*footer*/
	.connected-section .w-25 {
    width: 100% !important;
	}
	/*footer*/

	/*Product page*/
	.product-sectoin-row{ flex-direction: column-reverse; }
	.product-sectoin-row .col-sm-4,.product-sectoin-row .col-sm-8  {
    max-width: 100%;
    flex: 100%;
	}
	/*Product page*/

	/*Product-details*/
		span.d-none.m-d-block {
	    	display: none !important;
		}
		.tryon-sectoin-details h2 {
		    font-size: 20px;
		    letter-spacing: 1.5px;
		    text-transform: uppercase;
		}
		button.video-buton {
	    font-size: 14px;
	}
	.price-breackup li {
	    font-size: 12px;
	}
	.price-breackup li p {
	    font-size: 12px;
	    margin: 0;
	    padding: 0;
	}
	.hint--right:after {
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, -70%) !important;
	}
	.hint--right:before {
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, -100%) !important;
     transform: rotate(-90deg) !important;
	}
	.tryon-sectoin .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 15px;
	}
	.related-product .col-sm-4 {
    max-width: 50%;
    flex: 50%;
	}
	/*Product-details*/




/*nav-bar-new*/
a.navbar-brand {
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    margin-top:0px;
    left: 15px;
    position: relative;
    width: 50px; height: 50px; border-radius: 50%; background-color: #fff; display: flex;align-items: center;
    justify-content: center;
}
.brand-and-icon {
    width: 100%;
}
.navbar-collapse {
    width: 100%;
}
.navbar {
    background: #000;
    padding: 0 1rem;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: unset;
    z-index: 10;
    flex-wrap: wrap;
    overflow-y: scroll;
}
.main-wrapper a,section.tezora-top.py-3  a{ color: #fff; }
section.tezora-top.py-3 {
    background-color: #000;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.sub-menu h4 {
    color: #fff;
}
form.example button{ opacity: 1; }
ul.texora-top-right .tezora-link a{ color: #fff !important; font-weight: bold; }
span.cart-items{ border-color: #fff; }
li.next-day-diliveryli.ml-auto.offers-li {
    margin: 0 !important;
}
.navbar-nav > li.offers-li:hover .sub-menu.next-day-dilivery{ width: 100%; }
li:hover .sub-menu.solitaire-menu {
    display: grid!important;
    grid-template-columns: 100%;
    padding: 0;
}
.sub-menu-item {
    padding: 0;
}
.pop-ring{ margin-bottom: 10px !important; }
.sticky .brand-and-icon {
    width: 100%; padding: 0; border: 0;
}
.col-sm-4.ml-auto.mt-auto {
    flex: 100%;
    max-width: 100%;
}
/*nav-bar-new*/
}


@media only screen and (max-width: 479px) {
	.top-header .navbar-nav {     flex-direction: row; }
	.top-header ul.navbar-nav.mr-auto {
	    display: none;
	}
	.top-header nav.navbar.navbar-dark.row.m-0 {
	    padding-left: 0;
	    padding-right: 0;
	}
	.top-header .container{ padding: 0; }
	.top-header .dropdown-menu {
	    position: absolute !important;
	    right: 0;
	    left: auto;
	}
	.top-header li.nav-item {
    	margin-right: 6px;
	}
	.m-d-none{ display: none; }


		/*main-header*/
	.navigation-bar .nav-item.blog .submenu{ left: auto; right: 101%; }
	.navigation-bar .navbar-dark .navbar-toggler {
	        color: rgb(216 173 85);
	    border-color: 0 !important; outline: none;
	    font-size: 28px;
	    padding: 0;
	}
	.navigation-bar  .navbar-collapse{ opacity: 0; }
	.navigation-bar .navbar-brand{ margin: auto; }
	.navigation-bar div#main_nav{ position: absolute; }
	.navigation-bar div#main_nav.show {
    position: fixed; overflow-y: auto;
    width: 100%; opacity: 1;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-flow: row wrap;
	}
	.navigation-bar .close{ display: block !important; position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    opacity: 1;
    font-weight: bold; }
	button.close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    opacity: 1;
    font-weight: bold;
	}
	.navigation-bar li.nav-item.active:before{ display: none; }
	.navigation-bar nav.navbar.navbar-expand-lg.navbar-dark {    flex-flow: row nowrap;
		}
		.navigation-bar a.navbar-brand {
    display: inline-block;
    width: auto !important;
		}
		.m-d-block{ display: block !important; }
		.navigation-bar li.nav-item {
    padding: 0;
	}
	.navigation-bar .dropdown-menu .dropdown-item{ font-size: 14px; }
	.navigation-bar  ul.navbar-nav.m-auto.my-0 {
    width: 85%;
    max-height: 350px;
    overflow: scroll;
    margin: 0 auto !important;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
	}
	.navigation-bar li.nav-item, .navigation-bar .nav-link a{ font-size: 16px; }
	.navigation-bar .dropdown-menu {
    color: #919191;
    border-color: transparent;
    border-radius: 0 !important;
    background-color: transparent;
    padding: 0 !important;
	}
	label.nav-link.dropdown-toggle {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
	}
	.navigation-bar li.nav-item {
    width: 100%;
    text-align: left;
	}
	label.nav-link a:nth-last-child(1){ margin-left: auto; }
	.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:hover{ color: #fff !important; }
	ul.submenu.dropdown-menu {
    text-indent: 10px;
	}
	.search_mobile .search_field {
    padding: 0.5em 2.5em 0.5em 1em;
	}
	.search_mobile .search_submit {
    padding: 0.7em 0.6em !important;
	}
	.search_mobile .search_field {
    width: 100%;
    background: transparent;
    /*padding: 1em 3em 1em 1.5em;*/
	}
	.search_mobile .search_submit {
    color: #aaaaaa;
	}
	 .search_mobile .search_submit {
    background-color: transparent;
    border: none;
    font-size: 1.2em;
    font-weight: 100;
    /* padding: 1em 1.1em !important; */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);     opacity: .7;
	}
	.socials_mobile {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
	}
	.socials_mobile i{color: #fff; opacity: .7;}
	.socials_mobile:hover i{color: #fff; opacity: 1;}
	/*main-header*/


	/*banner style*/
	.h1text {
    line-height: 20px;
    font-size: 27px;
    margin-bottom: 25px;
    font-size: 18px;

	}
	.h1text .small-heading-font{ font-size: 10px; }
	.ptext { width: 100%; display: none; }
	.fixed-button-style.position-relative{    width: 40px;
    height: 40px;}
	/*banner style*/


	/*shop*/
	h2.h1text.h2text.text-center {
    line-height: normal;
    font-size: 32px !important;
	}
	p.shop-p {
    font-size: 12px;
	}
	.bg-shop .col-sm-5.text-center {
    max-width: 100%;
    flex: 100%;
	}
	.bg-shop .row.m-0.px-5.py-5 {
    padding: 0 !important;
	}
	.bg-color-slider.py-5 {
    padding: 15px 0 0 0!important;
	}
	/*shop*/


	/*best seller*/
	section.best-saller {
    max-height: initial;
	}
	.card-caption {
    background-color: #000;
    opacity: 1;
    position: inherit;
    bottom: 0;
	}
	.best-sell-card{ height: auto; border-color: #fff; }
	.gold-sectoin .h2text {
    line-height: normal;
    color: #fff;
    font-size: 40px !important;
	}
	.gold-plus {
    font-size: 1.5em;}
	.card-body .col{ flex-basis: auto; margin-bottom:15px;  }
	.container, .container-sm {
    max-width: 605px;
	}
	.join-bnt {
    width: auto;
    margin: 0;
	}
	.font-si {
    font-size: 1.125em;
    width: 100%;
    font-weight: bold;
    line-height: normal;
    margin-right: 20px !important;
	}
	/*best seller*/

	/*Product page*/
	.product-sectoin-row{ flex-direction: column-reverse; }
	.product-sectoin-row .col-sm-4,.product-sectoin-row .col-sm-8  {
    max-width: 100%;
    flex: 100%;
	}
	.icon-group span:nth-last-child(1){ display: none; }


		/*Product-details*/
		span.d-none.m-d-block {
	    /* display: none !important; */
	    font-weight: bold;
	    font-size: 10px;
	}
		.tryon-sectoin-details h2 {
		    font-size: 20px;
		    letter-spacing: 1.5px;
		    text-transform: uppercase;
		}
		button.video-buton {
	    font-size: 14px;
	}
	.price-breackup li {
	    font-size: 12px;
	    width: 100%;
	    margin-bottom: 10px;
	    border-bottom: 1px solid #eee;
	}

	.price-breackup li p {
	    font-size: 12px;
	    margin: 0;text-align: left !important;
	    padding: 0;
	}
	.hint--right:after {
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, -70%) !important;
	}
	.hint--right:before {
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, -100%) !important;
     transform: rotate(-90deg) !important;
	}
	.tryon-sectoin .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 15px;
	}
	div#mainPanelArea {
    width: 100%;    margin-top: 30px;
    text-align: center;
    left: 0% !important;
    transform: translateX(0%);
	}
	ul.m-0.p-0.d-inline-flex.align-items-center.justify-content-center.w-100 {
    flex-wrap: wrap;
	}
	.frames ul li {
    width: 100px;}
    div#smalladjust {
    display: none !important;
	}
	.at-accordion-or-tabs > li > a:hover, .at-accordion-or-tabs > li > a.active {
    background: #B3B3B3;
    color: #000000;
    background: -webkit-linear-gradient(top, #c79539, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
	}
	.at-accordion-or-tabs > li > a{background-color: #fff;}
	ul.title-table-list.m-0.p-0.mb-2 {
    display: none;
	}
	div#frame_live_resizer hr {
    opacity: 0;
    display: none;
	}
	.price-breackup li:nth-child(1) {
    text-align: left;
    width: 100%;
	}
	.price-breackup li:nth-child(1) p{ font-size: 14px; font-weight: bold;     color: #eab64d; }\
	.total-price small{text-align: left !important;}
	div#tryonbar0 {
    height: 0 !important;
    margin-bottom: 40px !important;
    position: inherit !important;
	}
	div#modelArea {
    background-color: transparent !important;
    margin-top: 40px;
	}
	/*Product-details*/


/*cart*/
.caption h2 {
    font-size: 16px;
    color: #e2a634;
}
.caption p.p-0.m-0 {
    font-size: 13px;
}
.stamp img {
    height: auto;
}
.sopping-item p {
    font-size: 14px;
}
.pt_Quantity {
    width: 50% !important;
    margin-left: auto;
}
.price-text span {
    font-size: 14px;
    margin-right: 14px;
}
/*.sopping-item {
    padding-bottom: 0 !important;
}*/
.sopping-item .col-sm-3.mt-auto.pl-0{ margin-top: 15px !important; padding-left: 15px !important	; }


/*nav-bar-new*/
a.navbar-brand {
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    margin-top:0px;
    left: 15px;
    position: relative;
    width: 50px; height: 50px; border-radius: 50%; background-color: #fff; display: flex;align-items: center;
    justify-content: center;
}
.brand-and-icon {
    width: 100%;
}
.navbar-collapse {
    width: 100%;
}
.navbar {
    background: #000;
    padding: 0 1rem;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: unset;
    z-index: 10;
    flex-wrap: wrap;
    overflow-y: scroll;
}
.main-wrapper a,section.tezora-top.py-3  a{ color: #fff; }
section.tezora-top.py-3 {
    background-color: #000;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.sub-menu h4 {
    color: #fff;
}
form.example button{ opacity: 1; }
ul.texora-top-right .tezora-link a{ color: #fff !important; font-weight: bold; }
span.cart-items{ border-color: #fff; }
li.next-day-diliveryli.ml-auto.offers-li {
    margin: 0 !important;
}
.navbar-nav > li.offers-li:hover .sub-menu.next-day-dilivery{ width: 100%; }
li:hover .sub-menu.solitaire-menu {
    display: grid!important;
    grid-template-columns: 100%;
    padding: 0;
}
.sub-menu-item {
    padding: 0;
}
.pop-ring{ margin-bottom: 10px !important; }
.sticky .brand-and-icon {
    width: 100%; padding: 0; border: 0;
}
/*nav-bar-new*/
/*cart*/




/*solitair*/
.build-ring span.d-block.w-100.color {
    font-size: 12px;
}
.build-ring h2.d-block.w-100 {
    font-size: 20px;
}
.badge img.mr-2 {
    margin: 0;
}
.shape-check-box li{ margin-bottom: 10px; }
.shape-check-box li{ width: 47%; }
.shape-check-box li a{ width:100%; }
.col-sm-3.p-0.mx-auto,.col-sm-4.p-0{
    padding: 0 15px !important;
}
.build-ring .card-body ul li.col-sm-6{ margin-bottom: 15px; }
.build-ring h4 {
    font-size: 20px;
}	

.searchresulttable {
    grid-template-columns: none;
    width: 100%;
    text-align: center;
}
.search-1 {
    display: none;
}
.search-2.m-d-block.d-none {
    font-size: 18px;
    font-weight: bolder;
}
.search-2.m-d-block.d-none {
    font-size: 18px;
    font-weight: bolder;
    background: -webkit-linear-gradient(top, #c79539, #FDE08D, #DF9F28);
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
    color: #000;
}
.search-2 strong {
    margin-right: auto;
}

/*solitair*/
div#tryonpreview0{ height: 460px !important; }
.w-50.row.m-0.mb-2 {
    width: 100% !important;
}
p.w-75 {
    width: 100% !important;
}
ul.d-flex.flex-wrap.m-0.my-auto.shape-check-box {
    width: 100%;
}
select.form-control.w-auto.mr-2.my-auto,label.d-inline-flex.my-auto.mr-3 {
    width: 100% !important;
    margin-bottom: 15px !important;
}
label.d-inline-flex.my-auto.mr-3 img.mr-2 {
    margin: 0;
}
.form-group.d-inline-flex.w-100 {
    flex-wrap: wrap;
}
.policiy,.border.w-75.border-dark.text-center {
    width: 100% !important;
}
section#fancy {
    padding-bottom: 0 !important;
}
ul.title-table-list, ul.details-table-breackup, ul.total-value-singl-item, ul.total-value-making {
    grid-template-columns: 100%;
}
p.w-50.text-center.m-auto {
    width: 100% !important;
}
#speak-slider button.owl-prev,#speak-slider button.owl-next{ position: inherit; }
}