:root {
    --blue-dark:#1d65ac;
    --gold: #1d65ac;
    --light-gold: #f2f2f2;
    --white: #fff;
}

body::-webkit-scrollbar {
    width: 3px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #021535;
}

body::-webkit-scrollbar-thumb {
    background-color: #021535;
    ;
    outline: 1px solid slategrey;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #021535;
    ;
}

::selection {
    color: #fff;
    background: #021535;
    ;
}

html {
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
}

body {

font-family: 'Poppins', sans-serif;
    color: var(--blue-dark);
    overflow-x: hidden;
}

p {
    font-weight: 500;
    font-size: 14px;
}

li {
    list-style: none;
}

h2 {
    font-size: calc(14px + 1.2vw);
    margin-bottom: 0;
}

.Title-section h2 {
    margin-bottom: 10px;
    font-weight: 600;
}

.carousel-indicators li{
    background-color: #1a0f50 ;
    
}
.carousel-control-next, .carousel-control-prev{
    color: #1a0f50;
    font-size: 26px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
    color: #1a0f50;
}
a:hover {
    text-decoration: none;
}

.light-gold {
    background-color: var(--light-gold);
}

.container-fluid {
    width: 90%;
}

.topwidge-news-offer {
    width: 100%;
    float: left;
    background-color: var(--blue-dark);
    color: var(--white);
    padding: 8px 0 0 0;
    font-weight: 300;
    font-size: 0.8em;
}

.top-main {
    float: left;
    width: 100%;
    height: auto;
    padding: 1.5em 0;
}

.navbar {
    padding: 15px 0px;
    width: 100%;
}

.logo {
    width: 180px;
}

.logo img {
    width: 100%;
}

.top-nav-right a {
    color: var(--blue-dark);
    font-size: 1.1em;
    padding: 0 10px;
}


/*popup lef*/


/*popup lef*/

.main-banner {
    float: left;
    width: 100%;
}

.carousel-inner {
    background-color: var(--gold);
}

.banner-cnt {
    width: 100%;
    padding: 16%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
}

.banner-cnt h2 {
    font-size: calc(13px + 1.8vw);
    font-weight: 600;
}

.banner-cnt h6 {
    font-size: 16px;
    color: var(--white);
    font-weight: 300;
}

.banner-link {
    color: var(--blue-dark);
    font-size: 0.8em;
    float: left;
    width: fit-content;
    padding: 10px 15px;
    background: var(--light-gold);
}

.banner-link:hover {
    background: var(--blue-dark);
    color: var(--white);
    text-decoration: none;
}

.oru-mission-home {
    width: 100%;
    float: left;
    border-bottom: dashed 1px #808999;
}

.Products-sld {
    width: 100%;
    float: left;
}

.Title-section {
    text-align: center;
    padding: 4em 0;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border-top: none;
    border-bottom: none;
}

.card-sec {
    width: 100% !important;
    border-radius: 0px;
    transition: transform .2s;
}

.card-body {
    padding: 0px;
    margin-top: -50px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease-in-out;
}

.heart {
    color: var(--gold);
    margin-top: 20px;
    font-size: 17px;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    line-height: 2.1;
    z-index: 3;
    right: 14px;
}

.heart-active {
    color: var(--gold);
}

.heart:hover {
    color: var(--gold);
    background-color: #f9f9f9;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease-in-out;
}

.card-body a {
    visibility: hidden;
}

.card-sec:hover > .card-body {
    margin-top: -17px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.card-sec:hover {}

.card-sec .card-title {
    font-size: 0.9em;
    font-weight: 500;
    text-transform: uppercase;
}

.card-sec:hover > .card-body > a {
    visibility: visible;
}

.first-image {
    width: 100%;
}

.cart-sec,
.wish {
    padding: 5px;
    width: 50px;
    height: 40px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 10px;
    background-color: var(--gold);
    color: var(--blue-dark);
    text-align: center;
    -ms-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wish {
    color: var(--gold);
}

#toast,
#toast-cart {
    padding: 10px;
    padding-right: 5px;
    position: fixed;
    width: 230px;
    height: 40px;
    top: 0;
    left: 80%;
    transform: translate(-50%);
    background-color: var(--gold);
    color: var(--white);
    padding: 1px;
    text-align: center;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    -ms-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

#toast.show,
#toast-cart.show {
    visibility: visible;
    animation: fadeInOut 3s;
}

@keyframes fadeInOut {

    5%,
    95% {
        opacity: 1;
        top: 50px
    }

    15%,
    85% {
        opacity: 1;
        top: 30px
    }
}

.but-cutomise {
    width: 100%;
    float: left;
    background-color: var(--blue-dark);
    color: var(--white);
    padding: 10px;
    border: none;
    font-size: 0.9em;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.but-cutomise:hover {
    background-color: var(--gold);
    color: var(--white);
}

.price-homepage {font-weight: 600;}

.steps-home {
    width: 100%;
    float: left;
    background-color: var(--gold);
    color: #fff;
}

.steps-sections {
    width: 100%;
    float: left;
}

.steps-sections .item {
    text-align: center;
    padding: 0 10%;
}

.brd-ryt {
    border-right: dashed 1px #808999;
}

.steps-icon-home img {
    width: 30% !important;
    margin: 0 auto;
}

.steps-number {
    background-color: #ec252c;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: 0 auto;
    line-height: 2;
    color: var(--white);
    margin-top: 2em;
    margin-bottom: 2em;
}

.steps-title-home {
    font-size: 20px;
    font-weight: 500;
}

.btn1 {
    font-size: 0.8em;
    padding: 4em 0;
    width: 100%;
    text-align: center;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

.btn1 a {
    background: var(--blue-dark);
    color: var(--white);
    padding: 10px 25px;
    width: 200px;
    text-transform: uppercase;
}

.btn1 a:hover {
    background-color: var(--gold);
}

.sub-section {
    position: absolute;
    bottom: 0;
    padding: 2em;
    color: #fff;
}

.shippping-but {
    background: var(--blue-dark);
    color: var(--white);
    font-size: 13px;
    padding: 6px 20px;
    margin: 10px 0;
    float: left;
}

.shippping-but:hover {
    background-color: var(--gold);
    color: #fff;
}

.just-home-sec {
    width: 100%;
    float: left;
}

.measuring-home {
    width: 100%;
    float: left;
}

.bg-darkbule {
    background-color: #1d65ac;
}

.bglinpattern {
    background-image: url(../img/line_pattern_bg.png);
    background-color: var(--light-gold);
}

.measureing-shirt-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 10%;
}

.measureing-shirt-text p{
	text-align: justify;
}


.measureing-shirt-img {
    text-align: center;
}

.measureing-shirt-img img {
    width: 80%;
    margin: 0 auto;
}

.measureing-shirt-text h6 {
    font-weight: 400;
    font-size: 0.9em;
    margin-top: 0.8em;
    line-height: 1.5;
}

.btn2 {
    font-size: 0.8em;
    padding: 3em 0;
    width: 100%;
    text-align: center;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.btn2 a {
    background-color: var(--gold);
    color: var(--white);
    padding: 10px 25px;
    width: 200px;
    text-transform: uppercase;
}

.btn2 a:hover {
    background: var(--blue-dark);
}

.home-create-shirt {
    width: 100%;
    float: left;
    margin: 0em 0 0 0;
}

.crt-shit-img {
    background-size: cover;
    background-position: center;
}

.crt-shit-hm-text {
    width: 100%;
    padding: 15% 0;
    text-align: center;
    color: var(--white);
}

.btn3 {
    font-size: 0.8em;
    padding: 3em 0 0 0;
    width: 100%;
    text-align: center;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

.btn3 a {
    background-color: var(--gold);
    color: var(--white);
    padding: 10px 25px;
    width: 200px;
    text-transform: uppercase;
}

.btn3 a:hover {
    background: var(--blue-dark);
}

.about-homepage {
    width: 100%;
    float: left;
}

.bglinpattern1 {
    background-image: url(../img/line_pattern_bg.png);
    padding: 5em 0;
    text-align: center;
}

.bglinpattern1 h2 {
    font-weight: 600;
}

.wt-60 {
    width: 60%;
    margin: 0 auto;
}

.about-product-home {
    width: 100%;
    float: left;
}

.about-product-home p{
	text-align: justify;
}

.footer-about-text p{
	text-align: justify;
}

.about-product-text {
    background-color: var(--light-gold);
    width: 100%;
    height: 100%;
    padding: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tags {
    width: 100%;
    float: left;
    margin-top: 2em;
}

.tags span {
    float: left;
    width: 48%;
    background: #fff;
    padding: 10px;
    font-size: 0.8em;
    text-align: center;
    margin-right: 4px;
}

.home-guides {
    width: 100%;
    float: left;
}

.guides-slider-text {
    width: 100%;
    float: left;
    background-image: url(../img/line_pattern_bg.png);
    padding: 2em;
    text-align: center;
}

.readmore-but {
    float: left;
    text-align: center;
    background-color: #F2E7DE;
    color: #021536;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.9em;
}

.readmore-but:hover {
    background-color: var(--blue-dark);
    color: var(--white);
}

.home-recent-talks {
    width: 100%;
    float: left;
    margin: 0;
}

.slid-talks {
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    padding: 2em 0;
    text-align: center;
}

.line {
    width: 15%;
    height: 1px;
    margin: 0 auto;
    border-bottom: 1px #021535 dashed;
}

.talks-slide {
    padding: 2em 10% 0 10%;
}

.talks-slide .bi{
   color:#ec252c;
       font-size: 18px;
}


.trest {
    width: 100%;
    float: left;
    margin: 4em 0;
}

.footer {
    width: 100%;
    height: auto;
    float: left;
    padding: 4em 0;
    background-color: var(--light-gold)
}

.footer-logo img {
    width: 180px;
    margin-bottom: 30px;
}

.footer h5 {
    font-size: 18px;
}

.footer-follow a {
    color: #1d65ac;
    margin-right: 10px;
}

.quick-links li a {
    color: var(--blue-dark);
    font-size: 0.9em;
    font-weight: 300;
}

.quick-links li a:hover {
    color: var(--gold);
}

.footer-contact a {
    width: 100%;
    float: left;
    color: var(--blue-dark);
    font-size: 0.9em;
    font-weight: 300;
    margin-bottom: 5px;
}

.footer-contact {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.footer-follow {
    width: 100%;
    float: left;
}

.footer-follow a i {
    font-size: 1.3em;
    padding-right: 5px;
}

.newletter .form-control {
    background: none;
    font-size: 0.9em;
    font-weight: 300;
    border: none;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
    padding: 0;
}

.btn4 {
    font-size: 0.8em;
    padding: 2em 0 2em 0;
    width: 100%;
    float: left
}

.btn4 a {
    background-color: var(--gold);
    color: var(--white);
    padding: 5px 20px;
    float: left;
    width: auto;
    text-transform: uppercase;
}

.btn4 a:hover {
    background: var(--blue-dark);
}

.bank-icon {
    float: left;
    width: 100%;
    margin-top: 1em;
}

.bank-icon img {
    width: 10em;
    filter: grayscale(100%);
}

.footer-btm p {
    font-size: 0.8em;
    margin-bottom: 0;
        color: #1d65ac;
}

.fixed-top {
    background: #fff;
    top: 0;
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 4;
}

.shrink {
    background: #fff;
    box-shadow: 0px 5px 5px 0px rgb(138 138 138 / 13%);
    -webkit-box-shadow: 0px 5px 5px 0px rgb(138 138 138 / 13%);
    -moz-box-shadow: 0px 5px 5px 0px rgb(138 138 138 / 13%);
    transition-delay: 250ms;
}

.shippping-but {}

#toggle-search {
    float: right;
    background-position: -60px 0;
}

#toggle-search.open:after {
    top: 40px;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 71px;
    right: 0;
    width: 57.5%;
    max-height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
}

#search-form.open {
    max-height: 60px;
    z-index: 999
}

#search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 50px;
}

#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    color: var(--white);
    background: var(--blue-dark);
    border: none;
    font-weight: 300;
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--white);
    background: var(--gold);
    border: none;
    cursor: pointer;
}

input {
    outline: none;
}

.shop-main-page {
    width: 100%;
    float: left;
    font-weight: 300;
    margin: 0 0 4em 0;
    /*    background-color: var(--gold);*/
}

.titel-inner {
    width: 100%;
    float: left;
    text-align: center;
    padding: 2em 0;
    font-weight: 600;
    font-size: calc(14px + 1.2vw);
    background-color: var(--light-gold);
    background-image: url(../img/line_pattern_bg.png);
}

.icon-control {
    margin-top: 5px;
    float: right;
    font-size: 80%;
}

.btn-light {
    background-color: #fff;
    border-color: #e4e4e4;
}

.list-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.list-menu a {
    color: #343a40;
}

.card-product-grid .info-wrap {
    overflow: hidden;
    padding: 18px 20px;
}

[class*='card-product'] a.title {
    color: #212529;
    display: block;
}

.card-product-grid:hover .btn-overlay {
    opacity: 1;
}

.card-product-grid .btn-overlay {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}

.img-wrap {
    overflow: hidden;
    position: relative;
}

.product-filter {
    display: flex;
    padding: 30px 0;
    justify-content: flex-end;
}

.sort {
    display: flex;
    align-self: flex-end;
}

.collection-sort {
    display: flex;
    flex-direction: column;
}

.collection-sort:first-child {
    padding-right: 20px;
}

label {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    line-height: 2em;
    text-transform: uppercase;
}

.products {
    display: flex;
    flex-wrap: wrap;
}

.product-card {
    display: flex;
    flex-direction: column;
    padding: 2%;
    flex: 0 1 25%;
    background-color: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.product-image img {
    width: 100%;
}

.product-info {
    margin-top: auto;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.collection-sort select {
    padding: 5px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #001436;
}

.product-info h5 {
    font-weight: 300;
    font-size: calc(13px + 0.2vw);
}

.product-card .readmore-but {
    background-color: var(--blue-dark);
    color: var(--white);
}

.product-card .readmore-but:hover {
    background-color: var(--gold);
}

.addtocart-page {
    width: 100%;
    float: left;
    margin: 0 0 4em 0;
}

.cart-product-dtl {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;
}

.pro-clor-text {
    float: left;
    width: 100%;
    font-size: 0.8em;
    font-weight: 300;
    margin: 15px 0;
}

.pro-price {
    float: left;
    width: 100%;
    padding: 0 0;
    font-size: 28px;
    color: var(--gold);
    font-weight: bold;
    /*
    border-top: solid 1px #E5E5E5;
    border-bottom: solid 1px #E5E5E5;
*/
}
ul.pagination li {
    padding: 8px;
    border: 1px solid #0068cea3;
    border-right:0px;
}
ul.pagination li a{
padding: 5px;
}
ul.pagination li.last {
    border-right:1px solid #0068cea3;
}


ul.pagination li.active{
	color:#fff;
	background:var(--gold);
}

ul.pagination li.active a{
	color:#fff;
}

}
.fab-hover .hover-fab{
opacity: 0;  
     position: absolute;
}

.fab-hover:hover  .hover-fab{
opacity: 1;   
    font-size: 12px;
    position: absolute;
    bottom: 100px;
    padding: 20px;
    color: var(--blue-dark);
}


.product-image .hover-fab{
opacity: 0;  
     position: absolute;
}

.product-image:hover  .hover-fab{
opacity: 1;   
    font-size: 12px;
    position: relative;
    bottom: 100px;
    padding: 20px;
    color: var(--blue-dark);
}
.Products-sld .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: center;
    width: 100%;
    flex-direction: column;
}







.content {
  position: relative;
  width: 100%;

  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
    z-index: 1;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
    z-index: 2;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

 
.pro-tag img{
    width: 100px;
    margin-bottom: 10px;
}








.dis-price {
    font-size: 14px;
    color: #737070;
}

.pro-text-cnt {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.main-cart-product {
    background: var(--blue-dark);
    color: #ffff;
    padding: 10px 20px;
    margin-top: 2em;
    margin-right: 1em;
    float: left;
    font-size: 14px;
    width: 160px;
}

.main-cart-product:hover {
    background: var(--gold);
    color: #ffff;
}

.main-cart-measured {
    background: var(--gold);
    color: #ffff;
    padding: 10px 20px;
    margin-top: 2em;
    float: left;
    font-size: 14px;
    width: 210px;
}

.main-cart-measured:hover {
    background: var(--blue-dark);
    color: #ffff;
}

.bnr-bt-crt {
    border-left: solid 1px #5d5959;
    padding-left: 15px;
}

.product-options {
    float: left;
    width: 100%;
    border-top: dashed 1px #808999;
    border-bottom: dashed 1px #808999;
}
.product-options-fit {
    float: left;
    width: 100%;
  
    border-bottom: dashed 1px #808999;
}

.about-product-detl{
       float: left;
    width: 100%;
    text-align: center;
    margin: 3em 0 0 0;
    background: #fff;
    padding: 3em 10px 0 10px;
}
.about-product-detl .steps-title-home {
    font-size: 14px;
}
.about-product-detl p {
    font-size: 12px;
}
.product-options-titel {
    float: left;
    width: 100%;
    font-size: 16px;
    padding: 0.5em 0;
}

.size-section {
    float: left;
    width: 100%;
}

.size {

    padding: 9px;
    border: 1px solid #aeb2b9;
    font-size: 13px;
    text-align: center;
    line-height: normal;

}

.size:hover {
    background: $rose;
    color:var(--blue-dark);
    transition: all 0.4s ease-in-out;
}

.focus {
    background: #dbb9a0;
    color: #fff;
    border: none;
}

.sizes {
    display: grid;
    color: #021536;
    grid-template-columns: repeat(auto-fill, 50px);
    width: 100%;
    grid-gap: 10px;
    margin-bottom: 1.5em;
}

.sizes-fit {
    display: grid;
    color: #021536;
    grid-template-columns: repeat(auto-fill, 100px);
    width: 100%;
    grid-gap: 10px;
    margin-bottom: 1.5em;
}
.sizes-fit:hover {
    cursor: pointer;
}

.sizes:hover {
    cursor: pointer;
}

.adtocart-product-content {
    width: 100%;
    float: left;
    margin: 0 0 4em 0;
}

.bg-pro-cnt-sec {
    width: 100%;
    float: left;
    background: #f2f2f2;
    text-align: center;
    padding: 2em;
}

.bg-pro-cnt-sec .steps-icon-home img {
    width: 40px !important;
}

.pro-dtl-cart-section {
    width: 100%;
    float: left;
    text-align: left;
    padding: 2em;
}

.pdlft {
    padding-left: 2em;
}

.about-page {
    width: 100%;
    float: left;
    margin: 0 0 4em 0;
}

.inner-sub-pages {
    width: 100%;
    float: left;
    margin: 0 0 4em 0;
}

.innetpagetext {
    width: 100%;
    float: left;
    margin-top: 4em;
}

.contact-pages {
    width: 100%;
    float: left;
    margin: 0;
}

.content1-left {
    padding: 9%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content1-left p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Wavehaus 66 Book';
}

.content1-right img {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%;
}

.content1-left .sub-title {
    margin: 30px 0 5px;
    color: #979797;
    font-size: 17px;
    line-height: 1.35;
}

.content1-left .link {
    font-size: 25px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    color: var(--black);
}

.banner-viw-product {
    background: var(--blue-dark);
    color: #ffff;
    padding: 10px 20px;
    margin-top: 20px;
    float: left;
    font-size: 14px;
    width: 220px;
    margin-bottom: 4em;
}

.banner-viw-product:hover {
    background: var(--gold);
    color: #fff;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: var(--light-gold);
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #001436;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

.panel-body {
    font-size: 0.9em;
    font-weight: 300;
    margin: 4em 0;
}

.create-a-measurement-profile {
    width: 100%;
    float: left;
    margin: 0;
}

.content1-right {
    padding: 9%;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    background: #f9f9f9;
    margin: 4em 0;
}

#radioBtn .notActive {
    color: #717d92;
    background-color: #f2eeeb;
    border: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    padding: 6px 15px;
}

.btn-primary {}

.btn-primary:not(:disabled):not(.disabled).active {
    background-color: var(--blue-dark);
    border: none;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0;
    padding: 6px 15px;
}

.form-measurement {
    float: left;
    width: 100%;
    margin: 2em 0;
}

.form-measurement label {
    padding: 5px 0;
    font-size: 0.9em;
    color: var(--blue-dark);
}

.form-measurement .form-control {
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 13px;
}

.content1-right select {
    font-size: 13px;
    height: 41px;
    border: solid 1px #ced4da;
    font-weight: normal;
    color: #495057;
}

.content1-right .collection-sort:first-child {
    padding-right: 0px;
}

.continue-but {
    background-color: var(--blue-dark);
    color: var(--white);
    border-radius: 0;
    width: 100%;
    padding: 10px 20px;
    margin-top: 2em;
    float: left;
    font-size: 14px;
}

.continue-but:hover {
    background-color: var(--gold);
    color: var(--white);
}

.continue-but .bnr-bt-crt {
    margin-left: 20px;
}

.reset-but {
    background-color: var(--light-gold);
    color: var(--blue-dark);
    border-radius: 0;
    padding: 10px 20px;
    margin-top: 2em;
    float: left;
    font-size: 14px;
}

.reset-but:hover {
    background-color: var(--gold);
    color: var(--white);
}

.reset-but .bnr-bt-crt {
    margin-left: 20px;
}

.guide-page {
    width: 100%;
    float: left;
}

.Portfolio-cnt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 4em 0;
    float: left;
}

.Portfolio-cnt .product-card {
    flex-direction: column;
    padding: 2%;
    display: flex;
    flex: 0 1 33.3%;
    background-color: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.product-image img {
    width: 100%;
}

.product-info {
    margin-top: auto;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.bnr-bt-crt {
    padding-left: 15px;
}

.blog-image img {
    width: 100%;
}

.blog-info {
    float: left;
    width: 100%;
    text-align: left;
    margin: 1em 0;
}

.date-blog {
    color: var(--gold);
    font-size: 13px;
}

.article {
    overflow: hidden;
    background: #ffffff;
    padding: 15px;
    border: solid 1px #F7F7F7;
    margin: 0px 0 30px;
}

.article .article-title {
    padding: 15px 0 20px;
}

.article .article-title h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.article .article-title h6 a {
    text-transform: uppercase;
    color: var(--gold);
}

.article .article-title h2 {
    color: #212529;
    font-weight: 600;
    font-size: 21px;
}

.article .article-title .media {
    padding-top: 15px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}

.article .article-title .media .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.article .article-title .media .media-body {
    padding-left: 8px;
}

.article .article-title .media .media-body label {
    font-weight: 600;
    color: var(--gold);
    margin: 0;
}

.article .article-title .media .media-body span {
    display: block;
    font-size: 12px;
}

.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
    color: #20247b;
    font-weight: 600;
    margin-bottom: 15px;
}

.article .article-content blockquote {
    max-width: 600px;
    padding: 15px 0 30px 0;
    margin: 0;
}

.article .article-content blockquote p {
    font-size: 20px;
    font-weight: 500;
    color: var(--gold);
    margin: 0;
}

.article .article-content blockquote .blockquote-footer {
    color: #20247b;
    font-size: 16px;
}

.article .article-content blockquote .blockquote-footer cite {
    font-weight: 600;
}

.article .tag-cloud {
    padding-top: 10px;
}

.article-comment {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    padding: 20px;
}

.article-comment h4 {
    color: #212529;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 22px;
}

.article-img img {
    width: 100%;
}

.flx-cnt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5%;
	text-align: justify;
}

.flx-cnt h4 {
    margin-bottom: 20px;
}

.mt-top {
    margin-top: 4em;
}

.login-pages {
    width: 100%;
    float: left;
}

.form-heading {
    color: #fff;
    font-size: 23px;
}

.panel h2 {
    color: #444444;
    font-size: 22px;
    margin: 0 0 8px 0;
}

.panel p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}

.login-form .form-control {
    border-radius: 0px;
    font-size: 13px;
    height: 45px;
    line-height: 50px;
    border: 1px solid #ced4da;
    box-shadow: none;
    background: #fff;
}

.main-div {
    border-radius: 2px;
    text-align: left;
}

.login-form .form-group {
    margin-bottom: 10px;
}

.login-form {
    text-align: center;
    width: 100%;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.login-form .btn.btn-primary {
    background: #dbb9a0 none repeat scroll 0 0;
    border-color: #dbb9a0;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 0;
}

.forgot {
    text-align: left;
    margin-bottom: 30px;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

.back a {
    color: #444444;
    font-size: 13px;
    text-decoration: none;
}


/*---------------------
  Shopping Cart
-----------------------*/

.cart-pages {
    width: 100%;
    float: left;
    margin-bottom: 4em;
}

.shopping-cart {
    padding-top: 80px;
    padding-bottom: 60px;
}

.cart-table {
    margin: 4em 0;
    float: left;
    width: 100%;
}

.cart-table table {
    width: 100%;
    border: 1px solid #f9f9f9;
}

.cart-table table tr th {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    background: #dbb9a0;
}

.cart-table table tr th.p-name {
    text-align: left;
}

.cart-table table tr td {
    text-align: center;
    padding: 10px;
    border: solid 0px #ebebeb;
}

.cart-table table tr td.first-row {
    padding-top: 10px;
}

.cart-table table tr td.cart-pic {
    width: 11%;
}

.cart-table table tr td.cart-title {
    text-align: left;
}

.cart-table table tr td.cart-title h5 {
    color: var(--blue-dark);
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.cart-table table tr td.p-price {
    width: 16%;
}

.cart-table table tr td.p-price,
.cart-table table tr td.total-price {
    color: var(--gold);
    font-size: 16px;
    font-weight: 700;
}

.cart-table table tr td.qua-col {
    width: 16%;
}

.cart-table .quantity {
    float: left;
    margin: 10px 0;
}

.cart-table .pro-qty {
    width: auto;
    height: 30px;
    border: 1px solid #f2eeeb;
    padding: 0 0px;
    float: left;
    margin-right: 2px;
}

.cart-table .pro-qty .qtybtn {
    font-size: 24px;
    color: #b2b2b2;
    float: left;
    line-height: 27px;
    cursor: pointer;
    width: auto;
    font-weight: 300;
    padding: 0 10px;
}

.cart-table .qtybtn.dec {
    font-size: 30px;
}

.cart-table .pro-qty input {
    text-align: center;
    width: 52px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    color: #4c4c4c;
    line-height: 23px;
    float: left;
}

.cart-table .total-price {
    width: 100%;
    float: left;
}

.cart-table table tr td.close-td {
    font-size: 16px;
    color: #252525;
    width: 8%;
}

.cart-table table tr td.close-td i {
    cursor: pointer;
}

.cart-buttons {
    margin-bottom: 34px;
    float: left;
    width: 100%;
    height: auto;
}

.cart-buttons .continue-shop {
    color: #b2b2b2;
    background: #ffffff;
    padding: 10px;
    float: left;
    font-size: 14px;
    width: 50%;
    text-align: center;
}

.cart-buttons .up-cart {
    color: #fff;
    background: #dbb9a0;
    padding: 10px;
    float: left;
    font-size: 14px;
    width: 50%;
    text-align: center;
}

.discount-coupon {
    margin-bottom: 30px;
}

.discount-coupon h6 {
    color: var(--blue-dark);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.discount-coupon .coupon-form {
    position: relative;
}

.discount-coupon .coupon-form input {
    width: 100%;
    height: 46px;
    border: 2px solid #ebebeb;
    color: #b2b2b2;
    font-size: 14px;
    padding-left: 20px;
}

.discount-coupon .coupon-form .coupon-btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    background: #dbb9a0;
    border: 1px solid #ebebeb;
    padding: 11px;
    font-size: 14px;
}

.proceed-checkout ul {
    background: var(--light-gold);
    padding: 0px 10px 10px 10px;
}

.proceed-checkout ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    color: var(--blue-dark);
    text-transform: uppercase;
    overflow: hidden;
}

.proceed-checkout ul li.subtotal {
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 14px;
}

.proceed-checkout ul li.subtotal span {
    font-weight: 700;
}

.proceed-checkout ul li.cart-total {
    padding-top: 10px;
}

.proceed-checkout ul li.cart-total span {
    color: #021536;
    width: 34%;
}

.proceed-checkout ul li span {
    float: right;
}

.proceed-checkout .proceed-btn {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: var(--blue-dark);
    text-transform: uppercase;
    padding: 15px 25px 14px 25px;
    display: block;
    text-align: center;
}

.cart-pic img {
    width: 100%;
}

.proceed-checkout .proceed-btn:hover {
    background: var(--gold);
}

.car-ryt {
    float: left;
    width: 100%;
    margin: 4em 0;
    background: #f9f9f9;
    padding: 1em;
}

.discount-coupon span i {
    float: left;
    font-size: 17px;
    color: var(--gold);
    margin-right: 10px;
}

.order-summary {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}

.order-summary tbody {
    border: solid 0px #ebebeb;
}

.save-color {
    color: #009688;
}

.cart-number {
    padding: 10px;
    background: #f9f9f9;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.cart-number h6 {
    margin: 0;
}

.order-summary td {
    border-top: none !important;
    padding: 10px 0;
}

.titile-oder-summary-text {
    color: var(--blue-dark);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 20px;
}

.titile-oder-summary-text span i {
    float: left;
    font-size: 17px;
    color: var(--gold);
    margin-right: 10px;
}

.cart-table-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.mob-none {
    display: block;
}

.footer-sub-but {
    display: none;
}

.select-size-cart{
    float: left;
    width: auto;
    margin-top: 5px;
}
.select-size-cart p{
    font-size: 12px;
    margin-bottom: 0;
}
.select-size-cart .form-control{
    
     font-size: 12px;
    width: auto;
    border-radius: 0;
    border-color: #f2eeeb;
    margin-top: 5px;

    height: 30px;
}

/*chekout-page*/

.chekout-page {
    float: left;
    width: 100%;
}

.oder-confirmation {
    float: left;
    width: 100%;
    margin: 4em 0;
}

.address-section {
    float: left;
    width: 100%;
}

.addrs-one {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #f9f9f9;
    margin-bottom: 10px;
}

.addrs-one:hover {
    background: var(--light-gold);
}

.addrs-two {
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #f9f9f9;
}

.addrs-two:hover {
    background: var(--light-gold);
}

.title-oder-com {
    padding: 10px 0;
}

.title-oder-com i {
    float: left;
    font-size: 14px;
    color: var(--gold);
    margin-right: 10px;
}

.address-section p {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}

.slt-adr {
    background: #dbb9a0;
    margin: 0 10px;
    color: #fff;
    padding: 2px 15px;
    border-radius: 50px;
    font-size: 11px;
}

.address-section h6 {
    font-size: 16px;
    padding: 4px;
    color: var(--blue-dark);
    text-transform: uppercase;
}

.add-new-addres {
    float: left;
    width: 100%;
}

.add-addres-form {
    float: left;
    width: 100%;
}

.button-add-new {
    float: left;
    width: 100%;
}

.button-add-new .btn {
    background: #dbb9a0;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    margin: 10px 0;
    text-transform: uppercase;
}

.button-add-new .btn:hover {
    background: var(--blue-dark);
}

.payment-methods {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.payment-methods .panel-body {
    font-size: 0.9em;
    font-weight: 300;
    margin: 2em 0;
}

.payment-slt .form-check {
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    padding: 10px 30px;
}

.payment-slt label {
    font-size: 14px;
    float: left;
    width: 100%;
    color: #021536;
}

.payment-slt .form-check-input {
    margin-top: 7px;
}

.payment-slt .form-check:hover {
    background: var(--light-gold);
}

.payment-methods {}

.payment-methods .panel-default > .panel-heading a {
    display: block;
    padding: 15px 15px;
    font-size: 14px;
    color: #001436;
}

.expected-delivery {
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 4em;
    background: var(--light-gold);
}

.icon-calendar {
    float: left;
    font-size: 20px;
    padding-right: 15px;
}

.time-date-exde {
    float: left;
}

.time-date-exde p {
    margin: 0;
}

.chekout-page .car-ryt {
    margin-bottom: 15px;
}



.gift-options label{
    font-size: 15px;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 15px;
}

.radiotextsty {
  color: #021536;
  font-size: 14px;
}

.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: white;
  border-radius: 50%;
  border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #BEBEBE;
}

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

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.gift-options{
    float: left;
    width: 100%;
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
}





/*chekout-page*/


/*succes-page*/

.succes-page {
    float: left;
    width: 100%;
}

.succes-page-titil {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}

.succes-page-titil h1 {
    color: darkseagreen;
}

.succes-page-titil h4 {
    color: var(--gold);
}

.succes-page-summary {
    float: left;
    width: 100%;
    font-size: 13px;
}

.succes-page-summary .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px #dee2e6 dashed;
}

.succes-page .expected-delivery {
    margin-bottom: 2em;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.succes-page .content1-right {
    border: dashed 2px #001436;
}


/*succes-page*/


/*payment-failed-page*/

.payment-failed-page {
    float: left;
    width: 100%;
}

.payment-failed-page .succes-page-titil h4 {
    color: #001436;
}

.payment-failed-page .succes-page-titil h1 {
    color: red;
}

.failde-page-summary {
    float: left;
    width: 100%;
    font-size: 13px;
}

.failde-page-summary .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px #dee2e6 dashed;
}


/*payment-failed-page*/


/*profile*/

.profile-page {
    float: left;
    width: 100%;
    margin: 4em 0;
}

.pnavigationrow {
    width: 100%;
    float: left;
    padding: 25px 15px;
    background-color: #f9f9f9;
}

.name-profile {
    float: left;
    width: 100%;
    background: var(--gold);
    padding: 15px;
    border-radius: 0px;
    margin-bottom: 15px;
    color: #fff !important;
    /*
   
    -webkit-box-shadow: 0 0 10px rgb(219 185 160);
    box-shadow: 0 0 10px rgb(219 185 160);
*/
}

.name-profile h6 {}

.name-profile p {
    margin-bottom: 0px;
}

.Profile-Information {
    float: left;
    width: 100%;
    margin: 0em 0;
    border: 1px solid #f9f9f9;
    padding: 25px 15px;
}

.Profile-Information label {
    padding: 5px 0;
    font-size: 0.9em;
    color: var(--blue-dark);
}

.Profile-Information .form-control {
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 13px;
    height: 45px;
}

.profile-list-menu {
    float: left;
    width: 100%;
}

.profile-list-menu ul {
    padding: 0;
}

.profile-list-menu li {
    padding: 15px 10px;
    background: #fff;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.profile-list-menu li:hover {
    background: var(--gold);
}

.profile-list-menu li a:hover {
    color: #fff;
}

.profile-list-menu li a {
    font-size: 13px;
    color: var(--blue-dark);
    width: 100%;
    float: left;
}

.profile-list-menu li span {
    float: right;
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-dialog-slideout .modal-content {
    border: 0;
}

.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
    height: 69px;
    display: block;
}

.modal-dialog-slideout .modal-header h5 {
    float: left;
}

.mob-tog {
    display: none;
}

.mob-none {
    display: block;
}

.but-e-d {
    float: left;
    width: 100%;
    padding: 10px 22px;
}

.but-e-d a {
    font-size: 13px;
    color: var(--blue-dark);
    margin-right: 15px;
    border: solid 1px #f2eeeb;
    padding: 2px 15px;
}

.but-e-d a:hover {
    background: var(--gold);
    color: #fff;
}

.wishlist-table {
    margin: 0em 0;
    float: left;
    width: 100%;
}

.wishlist-table table {
    width: 100%;
    border: 1px solid #f9f9f9;
}

.wishlist-table table tr th {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    background: #dbb9a0;
}

.wishlist-table table tr th.p-name {
    text-align: left;
}

.wishlist-table table tr td {
    text-align: center;
    padding: 10px;
    border: solid 0px #ebebeb;
}

.wishlist-table table tr td.first-row {
    padding-top: 10px;
}

.wishlist-table table tr td.cart-pic {
    width: 11%;
}

.wishlist-table table tr td.cart-title {
    text-align: left;
}

.wishlist-table table tr td.cart-title h5 {
    color: var(--blue-dark);
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.wishlist-table table tr td.p-price {
    width: 16%;
}

.wishlist-table table tr td.p-price,
.wishlist-table table tr td.total-price {
    color: var(--gold);
    font-size: 16px;
    font-weight: 700;
}

.wishlist-table table tr td.qua-col {
    width: 16%;
}

.wishlist-table .quantity {
    float: left;
    margin: 10px 0;
}

.wishlist-table .pro-qty {
    width: auto;
    height: 30px;
    border: 1px solid #f9f9f9;
    padding: 0 0px;
    float: left;
}

.wishlist-table .pro-qty .qtybtn {
    font-size: 24px;
    color: #b2b2b2;
    float: left;
    line-height: 27px;
    cursor: pointer;
    width: auto;
    font-weight: 300;
    padding: 0 10px;
}

.wishlist-table .qtybtn.dec {
    font-size: 30px;
}

.wishlist-table .pro-qty input {
    text-align: center;
    width: 52px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    color: #4c4c4c;
    line-height: 23px;
    float: left;
}

.wishlist-table .total-price {
    width: 100%;
    float: left;
}

.wishlist-table table tr td.close-td {
    font-size: 16px;
    color: #252525;
    width: 8%;
}

.wishlist-table table tr td.close-td i {
    cursor: pointer;
}

.wish-adcart a {
    font-size: 12px;
    color: #fff;
    margin-right: 15px;
    border: solid 0px #f2eeeb;
    padding: 8px 8px;
    background-color: var(--gold);
}

.wish-adcart a:hover {
    background-color: var(--blue-dark);
}

.wish-adcart i {
    margin-left: 5px;
}


/*----*/

.myorder-table {
    margin: 0em 0;
    float: left;
    width: 100%;
}

.myorder-table table {
    width: 100%;
    border: 1px solid #f9f9f9;
}

.myorder-table table tr th {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    background: #dbb9a0;
}

.myorder-table table tr th.p-name {
    text-align: left;
}

.myorder-table table tr td {
    text-align: center;
    padding: 10px;
    border: solid 0px #ebebeb;
}

.myorder-table table tr td.first-row {
    padding-top: 10px;
}

.myorder-table table tr td.cart-pic {
    width: 11%;
}

.myorder-table table tr td.cart-title {
    text-align: left;
}

.myorder-table table tr td.cart-title h5 {
    color: var(--blue-dark);
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.myorder-table table tr td.p-price {
    width: 16%;
}

.myorder-table table tr td.p-price,
.myorder-table table tr td.total-price {
    color: var(--gold);
    font-size: 16px;
    font-weight: 700;
}

.myorder-table table tr td.qua-col {
    width: 16%;
}

.myorder-table .quantity {
    float: left;
    margin: 10px 0;
}

.myorder-table .pro-qty {
    width: auto;
    height: 30px;
    border: 1px solid #f9f9f9;
    padding: 0 0px;
    float: left;
}

.myorder-table .pro-qty .qtybtn {
    font-size: 24px;
    color: #b2b2b2;
    float: left;
    line-height: 27px;
    cursor: pointer;
    width: auto;
    font-weight: 300;
    padding: 0 10px;
}

.myorder-table .qtybtn.dec {
    font-size: 30px;
}

.myorder-table .pro-qty input {
    text-align: center;
    width: 52px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    color: #4c4c4c;
    line-height: 23px;
    float: left;
}

.myorder-table .total-price {
    width: 100%;
    float: left;
}

.myorder-table table tr td.close-td {
    font-size: 16px;
    color: #252525;
    width: 8%;
}

.myorder-table table tr td.close-td i {
    cursor: pointer;
}

.profile-page .cart-table-item a {
    float: left;
    width: 100%;
    color: var(--blue-dark);
}

.profile-page .cart-table-item a:hover {
    background-color: var(--light-gold);
}


/*profile*/

.social-media-login-button {

float: left;
    text-align: center;
 
  padding: 0 20px;
width: 33.33%;
  opacity: 0.85;
  cursor: pointer; 
  transition: 0.2s;
  color: white;
}

.social-media-login-button:hover {
  opacity: 1;
  transition: 0.1s;
}

.social-media-login-button svg {
      padding: 10px;
}


.social-media-login-button .contents {
  margin-bottom: 2px
}

.social-media-login-button .contents > * {
  display: block;
  line-height: 1;
  color: inherit;
}

.social-media-login-button .contents .title {
  font-weight: 600;
  font-size: 12px;
    padding-bottom: 8px;
}

.social-media-login-button .contents .description {
  font-size: 13px;
  padding-top: 3px;
}


.social-media-login{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.elememt {
  order: 1;
}

.compnay-logos{
    float: left;
    width: 100%;
    padding: 2em 0;
}
.compnay-logos .brd-ryt{
        padding: 9px;
    background:#f2f2f2;
    border-radius: 3px;
    border: none;
    height: 60px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.compnay-logos .brd-ryt img{
    width: 100%;
}





/*mobile*/

@media (max-width: 700px) {
    
    .elememt {
  order: 1;
}
    
    .navbar-collapse {
        flex-basis: auto;
    }

    .logo {
        width: 130px;
    }

    .navbar {
        padding: 15px 15px;
            z-index: 9;
    }
.stellarnav.mobile {
    position: absolute;
    width: auto;
    right: 0;
    top: 6px;
}
    .stellarnav .menu-toggle {
        padding: 10px 10px !important;
    }

    .navbar .form-inline {
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }

    .container-fluid {
        width: 100%;
    }

    .Title-section {
        padding: 1.5em 0;
    }

    .measureing-shirt-text {
        padding: 8% 0% 0% 0%;
    }

    .wt-60 {
        width: 100%;
    }

    .owl-dots {
        text-align: center;
        margin: 1em 0 !important;
    }

    .home-create-shirt {
        margin: 0em 0 0 0;
    }

    .about-product-text {
        padding: 2em 1em;
        text-align: center;
    }

    .tags span {
        margin-right: 0px;
        margin-bottom: 4px;
        width: 100%;
    }

    .home-recent-talks {
        margin: 0;
    }

    .brd-ryt {
        border-right: dashed 0px #808999;
    }

    h3 {
        font-size: 1.3em;
    }

    .owl-nav {}

    .owl-prev {
        left: 10px !important;
    }

    .owl-next {
        right: 10px !important;
    }

    .owl-dot {
        display: block;
        width: 10px !important;
        height: 10px !important;
    }

    .bank-icon {
        margin-bottom: 2em;
    }

    .banner-cnt {
        padding: 9% 6%;
    }

    .footer-follow {
        margin-top: 2em;
    }

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

    .measureing-shirt-text h6 {
        font-weight: 300;
    }

    .steps-home {
        padding: 2em 0 0 0;
    }

    .steps-number {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .footer-logo img {
        width: 130px;
    }

    #search-form {
        -moz-transition: max-height, 0.5s;
        -o-transition: max-height, 0.5s;
        -webkit-transition: max-height, 0.5s;
        transition: max-height, 0.5s;
        position: absolute;
        top: 52px;
        right: 0px;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        background-color: #e1e4e7;
    }

    .product-filter {
        flex-direction: column;
        position: sticky;
        width: 100%;
        background: #fff;
        padding: 7px 0;
        top: 50px;
        margin: 15px 0;
        z-index: 9;
    }

    .sort {
        align-self: flex-start;
        width: 100%;
        justify-content: space-between;
    }

    .collection-sort select {
        font-size: 12px;
        background: #f2eeeb;
        border: none;
    }

    .product-card {
        flex: 1 50%;
    }

    .titel-inner {
        padding: 1em 0;
    }

    .sub-section {
        padding: 1em;
    }

    .sub-section h4 {
        font-size: 18px;
    }

    .product-card .readmore-but {
        font-weight: 400;
        font-size: 0.7em;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }

    .cart-product-dtl {
        padding: 0 0%;
        margin: 0 0 4em 0;
    }

    .collection-sort {
        display: flex;
        flex-direction: column;
        width: 50%;
        padding-right: 1px !important;
    }

    .main-cart-measured {
        width: 45%;
    }

    .main-cart-measured {
        width: 100%;
        margin-top: 1em;
    }

    .main-cart-product {
        width: 100%;
        margin-right: 0;
    }

    .pro-dtl-cart-section {
        padding: 0em;
    }

    .pdlft {
        padding-left: 0;
    }

    .addtocart-page {
        margin: 0;
    }

    .bg-pro-cnt-sec {
        padding: 1em;
    }

    .footer {
        padding: 4em 0 1em 0px;
    }

    .adtocart-product-content {
        margin: 0 0 1em 0;
    }

    .card-body a {
        visibility: visible;
    }

    .card-body {
        margin-top: -16px;
    }

    .content1-left {
        padding: 0% 0;
        align-items: flex-start;
        text-align: left;
    }

    .content1-left .link {
        font-size: 20px;
    }

    .content1-right .collection-sort:first-child {
        width: 100%;
    }

    .content1-right {
        margin: 1em 0;
        padding: 3%;
    }

    .content1-right select {
        background: #fff !important;
    }

    .content1-right .input-group {
        width: 100%;
    }

    .content1-right .form-group {
        width: 100%;
    }

    .content1-right .btn-group {
        width: 100%;
    }

    .content1-right .sub-title {
        margin-top: 2em;
    }

    .Portfolio-cnt .product-card {
        flex: 0 1 100%;
    }

    .cart-table table tr th {
        font-size: 12px;
    }

    .cart-table {
        margin: 4em 0;
        overflow: auto;
    }

    .cart-table table tr td.cart-pic {
        width: 20%;
    }

    .cart-table {
        margin: 1em 0;
    }

    .car-ryt {
        margin: 0em 0px 1em 0;
        padding: 1em;
    }

    .cart-pages {
        margin-bottom: 1em;
    }

    .mob-none {
        display: none !important
    }

    .mob-proceed-btn {
        position: fixed;
        bottom: 0;
        width: 50%;
        right: 0;
        z-index: 99;
        padding: 13px !important;
        font-size: 11px !important;
    }

    .price-footer-summery {
        position: fixed;
        bottom: 0;
        width: 50%;
        left: 0;
        z-index: 99;
        background: #dbb9a0;
        padding: 7px;
        color: #fff;
    }

    .price-footer-summery h6 {
        line-height: 0;
        padding: 14px;
        margin: 0;
    }

    .footer-sub-but {
        display: block !important
    }

    .cart-buttons .continue-shop {
        font-size: 12px !important;
    }

    .cart-buttons .up-cart {
        font-size: 12px !important;
    }

    .panel h2 {
        color: #444444;
        font-size: 19px;
        margin: 10px 0 8px 0;
    }

    .oder-confirmation {
        margin: 1em 0;
    }

    .payment-slt label {
        font-size: 12px;
    }

    .payment-slt .form-check-input {
        margin-top: 5px;
    }

    .address-section p {
        font-size: 13px;
    }

    .order-summary td {
        font-size: 13px;
    }

    .titile-oder-summary-text {
        font-size: 14px;
    }

    .discount-coupon h6 {
        font-size: 14px;
    }

    .address-section h6 {
        font-size: 14px;
    }

    .expected-delivery {
        margin-bottom: 1em;
    }

    .succes-page .content1-right {
        border: dashed 0px #001436;
    }

    .succes-page-titil h4 {
        font-size: 18px;
    }

    .succes-page-titil {
        margin-top: 1em;
    }

    .mob-tog {
        display: block;
    }

    .mob-none {
        display: none;
    }

    .profile-page {
        margin: 0em 0;
    }

    .wishlist-table table tr td.cart-pic {
        width: 21%;
    }

    .myorder-table table tr td.cart-pic {
        width: 21%;
    }
    .select-size-cart .form-control{
    

    width: 115px;

}
    .select-size-cart {

    margin-top: 0;
}
}


/*mobile*/
