* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'source_sans_proregular', sans;
    background: #fff;
    color: #111;
    min-height: 600px;
}
/*
body:after {
    content: "XS";
    font-size: 0.875rem;
    font-weight: 400;
    position: fixed;
    top: 50%;
    right: 0;
    padding: 0.4375rem 0.625rem;
    background-color: rgba(237, 146, 0, .7);
    color: #fff;
    z-index: 9999;
    border-radius: 5px 0 0 5px;
    text-align: center;
    margin: 0 auto
}*/


a:link {
    color: #858f98;
    text-decoration: none;
}
a:visited {
	color: #858f98;
}	
a:hover {
    color: #111;
    text-decoration: underline;
}
a:active{
	color: #858f98;
}

img {
    max-width: 100%;
    height: auto;
}

.bg-ocp-ef {
    background-color: #efefef;
}
.bg-ocp-eb {
    background-color: #ebebeb;
}
.border-ocp-ef {
    border-color: #efefef;
}
.border-ocp-eb {
    border-color: #ebebeb;
}
.bg-ocp-ef.bg-ocp-secondary {
    background-color: #6c757d;
}
.cus-h1 {
	font-size: 1.5rem;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('./webFonts/sourcesanspro-regular-webfont.eot');
    src: url('./webFonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./webFonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('./webFonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('./webFonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('./webFonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 2340x1080 pixels at 476ppi */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { }

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}

@media (min-width: 576px) {
    .container{
        max-width: 540px;
    }
    /*
    body:after {
        content: "SM";
        background-color: rgba(102, 41, 163, .7)
    }*/
}
@media (min-width: 768px) {
    .container{
        max-width: 740px;
    }
    /*
    body:after {
        content: "MD";
        background-color: rgba(102, 163, 41, .7)
    }*/
    
    .col-md-5ths{width:20%;float:left;max-width:20%}
	.col-md-7ths{width: 14.2857%;float:left;max-width:14.2857%}
	.col-md-8ths{width: 12.5%;float:left;max-width:12.5%}
}


@media (min-width: 992px) {
    .container{
        max-width: 960px;
    }
    /*
    body:after {
        content: "LG";
        background-color: rgba(41, 163, 163, .7)
    }*/
    
    .col-lg-5ths{width:20%;float:left;max-width:20%}
	.col-lg-7ths{width: 14.2857%;float:left;max-width:14.2857%}
	.col-lg-8ths{width: 12.5%;float:left;max-width:12.5%}
	.modal-xxl{max-width:800px}
}
@media (min-width: 1200px) {
    .container{
        max-width: 1160px;
    }
    /*
    body:after {
        content: "XL";
        background-color: rgba(163, 41, 41, .7)
    }*/
    
    .col-xl-5ths{
    	width:20%;
    	float:left;
    	max-width:20%
    }
    .col-xl-5ths{width:20%;float:left;max-width:20%}
	.col-xl-5ths{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
	
	.col-xl-7ths{width: 14.2857%;float:left;max-width:14.2857%}
	.col-xl-8ths{width: 12.5%;float:left;max-width:12.5%}
}
@media (min-width: 1600px) {
    .container{
        max-width: 1540px;
    }
    /*
    body:after {
        content: "XXL";
        background-color: rgba(0, 0, 0, 1)
    }*/
    .container{max-width:1540px}
    
	.col-xxl-5ths{width:20%;float:left;max-width:20%}
	.col-xxl-7ths{width: 14.2857%;float:left;max-width:14.2857%}
	.col-xxl-8ths{width: 12.5%;float:left;max-width:12.5%}
    .col-xxl-5ths{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
	
	.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,
	.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,
	.col-xxl,.col-xxl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}
	
	.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
	.col-xxl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
	.col-xxl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
	.col-xxl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
	.col-xxl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
	.col-xxl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
	.col-xxl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
	.col-xxl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
	.col-xxl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
	.col-xxl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
	.col-xxl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
	.col-xxl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
	.col-xxl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
	.col-xxl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
	.order-xxl-first{-ms-flex-order:-1;order:-1}
	.order-xxl-last{-ms-flex-order:13;order:13}
	.order-xxl-0{-ms-flex-order:0;order:0}
	.order-xxl-1{-ms-flex-order:1;order:1}
	.order-xxl-2{-ms-flex-order:2;order:2}
	.order-xxl-3{-ms-flex-order:3;order:3}
	.order-xxl-4{-ms-flex-order:4;order:4}
	.order-xxl-5{-ms-flex-order:5;order:5}
	.order-xxl-6{-ms-flex-order:6;order:6}
	.order-xxl-7{-ms-flex-order:7;order:7}
	.order-xxl-8{-ms-flex-order:8;order:8}
	.order-xxl-9{-ms-flex-order:9;order:9}
	.order-xxl-10{-ms-flex-order:10;order:10}
	.order-xxl-11{-ms-flex-order:11;order:11}
	.order-xxl-12{-ms-flex-order:12;order:12}
	.offset-xxl-0{margin-left:0}
	.offset-xxl-1{margin-left:8.333333%}
	.offset-xxl-2{margin-left:16.666667%}
	.offset-xxl-3{margin-left:25%}
	.offset-xxl-4{margin-left:33.333333%}
	.offset-xxl-5{margin-left:41.666667%}
	.offset-xxl-6{margin-left:50%}
	.offset-xxl-7{margin-left:58.333333%}
	.offset-xxl-8{margin-left:66.666667%}
	.offset-xxl-9{margin-left:75%}
	.offset-xxl-10{margin-left:83.333333%}
	.offset-xxl-11{margin-left:91.666667%}
	
	.dropdown-menu-xxl-right{right:0;left:auto}
	.dropdown-menu-xxl-left{right:auto;left:0}
	
	.navbar-expand-xxl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}
	.navbar-expand-xxl .navbar-nav{-ms-flex-direction:row;flex-direction:row}
	.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}
	.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}
	.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}
	.navbar-expand-xxl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}
	.navbar-expand-xxl .navbar-toggler{display:none}
	.modal-xxl{max-width:1140px}
	
	.d-xxl-none{display:none!important}
	.d-xxl-inline{display:inline!important}
	.d-xxl-inline-block{display:inline-block!important}
	.d-xxl-block{display:block!important}
	.d-xxl-table{display:table!important}
	.d-xxl-table-row{display:table-row!important}
	.d-xxl-table-cell{display:table-cell!important}
	.d-xxl-flex{display:-ms-flexbox!important;display:flex!important}
	.d-xxl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
	.flex-xxl-row{-ms-flex-direction:row!important;flex-direction:row!important}
	.flex-xxl-column{-ms-flex-direction:column!important;flex-direction:column!important}
	.flex-xxl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}
	.flex-xxl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}
	.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
	.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
	.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}
	.flex-xxl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
	.flex-xxl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}
	.flex-xxl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}
	.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}
	.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}
	.justify-content-xxl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
	.justify-content-xxl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
	.justify-content-xxl-center{-ms-flex-pack:center!important;justify-content:center!important}
	.justify-content-xxl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
	.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
	.align-items-xxl-start{-ms-flex-align:start!important;align-items:flex-start!important}
	.align-items-xxl-end{-ms-flex-align:end!important;align-items:flex-end!important}
	.align-items-xxl-center{-ms-flex-align:center!important;align-items:center!important}
	.align-items-xxl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
	.align-items-xxl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}
	.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}
	.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}
	.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}
	.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}
	.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}
	.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}
	.align-self-xxl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}
	.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
	.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
	.align-self-xxl-center{-ms-flex-item-align:center!important;align-self:center!important}
	.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
	.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}
	.float-xxl-left{float:left!important}
	.float-xxl-right{float:right!important}
	.float-xxl-none{float:none!important}
	.m-xxl-0{margin:0!important}
	.mt-xxl-0,.my-xxl-0{margin-top:0!important}
	.mr-xxl-0,.mx-xxl-0{margin-right:0!important}
	.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}
	.ml-xxl-0,.mx-xxl-0{margin-left:0!important}
	.m-xxl-1{margin:.25rem!important}
	.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}
	.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}
	.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}
	.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}
	.m-xxl-2{margin:.5rem!important}
	.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}
	.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}
	.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}
	.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}
	.m-xxl-3{margin:1rem!important}
	.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}
	.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}
	.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}
	.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}
	.m-xxl-4{margin:1.5rem!important}
	.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}
	.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}
	.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}
	.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}
	.m-xxl-5{margin:3rem!important}
	.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}
	.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}
	.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}
	.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}
	.p-xxl-0{padding:0!important}
	.pt-xxl-0,.py-xxl-0{padding-top:0!important}
	.pr-xxl-0,.px-xxl-0{padding-right:0!important}
	.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}
	.pl-xl-0,.px-xl-0{padding-left:0!important}
	.p-xxl-1{padding:.25rem!important}
	.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}
	.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}
	.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}
	.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}
	.p-xxl-2{padding:.5rem!important}
	.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}
	.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}
	.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}
	.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}
	.p-xxl-3{padding:1rem!important}
	.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}
	.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}
	.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}
	.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}
	.p-xxl-4{padding:1.5rem!important}
	.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}
	.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}
	.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}
	.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}
	.p-xxl-5{padding:3rem!important}
	.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}
	.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}
	.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}
	.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}
	.m-xxl-n1{margin:-0.25rem!important}
	.mt-xxl-n1,.my-xxl-n1{margin-top:-0.25rem!important}
	.mr-xxl-n1,.mx-xxl-n1{margin-right:-0.25rem!important}
	.mb-xxl-n1,.my-xxl-n1{margin-bottom:-0.25rem!important}
	.ml-xxl-n1,.mx-xxl-n1{margin-left:-0.25rem!important}
	.m-xxl-n2{margin:-0.5rem!important}
	.mt-xxl-n2,.my-xxl-n2{margin-top:-0.5rem!important}
	.mr-xxl-n2,.mx-xxl-n2{margin-right:-0.5rem!important}
	.mb-xxl-n2,.my-xxl-n2{margin-bottom:-0.5rem!important}
	.ml-xxl-n2,.mx-xxl-n2{margin-left:-0.5rem!important}
	.m-xxl-n3{margin:-1rem!important}
	.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem!important}
	.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem!important}
	.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem!important}
	.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem!important}
	.m-xxl-n4{margin:-1.5rem!important}
	.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem!important}
	.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem!important}
	.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem!important}
	.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem!important}
	.m-xxl-n5{margin:-3rem!important}
	.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem!important}
	.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem!important}
	.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem!important}
	.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem!important}
	.m-xxl-auto{margin:auto!important}
	.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}
	.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}
	.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}
	.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}
	.text-xxl-left{text-align:left!important}
	.text-xxl-right{text-align:right!important}
	.text-xxl-center{text-align:center!important}
}


/*-----------Global part--------------*/
.modalDiv {
	display: none;
    z-index: 100;
    border: none;
    margin: 0rem;
    padding: 0rem;
    width: 100%;
    height: 100%;
    top: 0rem;
    left: 0rem;
    background-color:#ffffff;
    /*
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    cursor: wait;
    opacity: 0;
    */
    position: fixed;
}
.cursorPointer {
	cursor: pointer;
}
h7, .h7 {
    font-size: 0.875rem;
    display: block;
}
h8, .h8 {
    font-size: 0.8125rem;
    display: block;
}
a.text-decoration-underline {
    text-decoration: underline;
}
@media(max-width:1599.98px){
	.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid{padding-right:0;padding-left:0}
}
/*
.find-btn, .search-btn, .mouse-over-showpanel {
	border-color: #ced4da;    
}
*/

.res-header-logo-text {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center
}

.res-header-logo-text a {
  color: #000 !important;
  text-decoration: none;
 }

.res-header-logo-text-sm {
  font-size: 23px;
  text-align: center
}

.res-header-logo-text-sm a {
	color: #000 !important;
	text-decoration: none;
	white-space: normal !important;
	line-height: 1.3 !important;
}

.res-header-logo-text a:link {
	font-family: "Source Sans Pro";
}

.res-header-logo-text-sm a:link {
	font-family:  "Source Sans Pro";
}

/*--print: for view only site print popup-panel temporary--*/
.table td.bg87A9C5-white{
   	background-color:#87A9C5;
   	color:white;
}
@media print {
	.table td.bg87A9C5-white{
    	background-color:#87A9C5 !important;
    	color:white !important;
  	}
}

/*-----------Global part end-----------*/



/*----------customer server start-----------*/
.customer-server-list a {
    display: block;
    margin-left: 0.9375rem;
	margin-top: 0.1875rem;
	margin-bottom: 0.1875rem;
}
.ms-name {
    font-size: 1rem;
    font-weight: 700;
}
.site-map-col .main-cat {
    display: block;
    font-size: 1rem;
    font-weight: 700;
}
.site-map-col .sub-cat {
    display: block;
}
/*----------customer server end------------*/

/*------------login page start-------------*/
.rememberPopup {
    background-color: transparent;
    display: none;
    position: absolute;
    top: 260px;
    left: 250px;
    width: 510px;
    height: 375px;
    z-index: 2000;
    overflow: hidden;
}
.forgotPassPopup {
    background-color: transparent;
    display: none;
    position: absolute;
    top: 260px;
    left: 700px;
    width: 510px;
    height: 375px;
    z-index: 2000;
    overflow: hidden;
}
.privacyPopup {
    background-color: transparent;
    display: none;
    position: absolute;
    top: 40%;
    left: 40%;
    width: 510px;
    height: 415px;
    z-index: 2000;
    overflow: hidden;
}
/*------------login page end-------------*/

/*------------my account(all) start-------------*/
#collapseMyAccount {
	font-size: 1.2rem;
}
.myaccount-subpage-title {
    font-size: 1.2rem;
}
.photo-row span {
    font-size: 1rem;
}
#changeAlbumlinks a {
    color: #999;
    text-decoration: underline;
    font-size: 1rem;
}
#orderCollectionData .detailPrintArea {
	display:none;
}
.border-3 {
  border: 3px solid #dee2e6 !important;
}
.border-2 {
  border: 2px solid #dee2e6 !important;
}
.clear-both {
    clear: both;
    margin: 0;
    padding: 0;
}

#orderCollectionData .common {
    text-transform: uppercase;
    padding: 0.3125rem 0 0.3125rem 0rem;
    background: #ebebeb;
    color: #6f7a81;
    float: left;
    -webkit-text-size-adjust: none;
    border: 1px solid #fff;
}
.list-group-item.active {
	border-color: #6c757d;
}
.pr_snippet_product_orderhistory{
	display: none;
}
.saved-items-option-button {
	display: block;
    min-width: 56px;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 320px) {.saved-items-option-button {min-width: 56px;}}
@media (min-width: 357px) {.saved-items-option-button {min-width: 80px;}}
@media (min-width: 360px) {.saved-items-option-button {min-width: 75px;}}
@media (min-width: 411px) {.saved-items-option-button {min-width: 92px;}}
@media (min-width: 414px) {.saved-items-option-button {min-width: 93px;}}
@media (min-width: 576px) {.saved-items-option-button {min-width: 136px;}}


.myacount-card-border {
	border: 0;
}
.myacount-card-header {
	background-color: unset;
    border-bottom: 0;
    font-weight: bold;
    text-transform: none;
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .myacount-card-border {
    	border: 1px solid #dee2e6;
	}
	.myacount-card-header {
		background-color: rgba(0, 0, 0, 0.03);
	    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
		font-weight: initial;
		text-transform: uppercase;
		padding-bottom: 0.75rem;
	}
}

#previewStageEmail {
    background-image: url(../images/personalizer/preview_bkgd.gif);
    background-repeat: no-repeat;
    height: 371px;
}

.previewStageEmailHeight {
	height: 565px !important;
}
    
/*------------my account(all) end-------------*/


/*-------------Social Icons start-----------------*/

.addthis_toolbox.addthis_32x32_style span {
	line-height: 32px;
}

div.atclear {
	clear: both;
}

.addthis_default_style .at300b, .addthis_default_style .at300bs {
	display: inline-block;
}

.addthis_default_style .at300b {
	padding: 0px 1px;
}

.at300b, .at300bs {
	cursor: pointer;
}

.at300bs {
	background: url("/assets/templates/template3/images/footer/widget006_32x32_top.png") no-repeat scroll 0px 0px transparent !important;
	overflow: hidden;
	display: block;
	height: 32px;
	width: 32px;
	line-height: 32px !important;
}

.addthis_32x32_style .at15t_facebook {
	background-position: 0 -160px !important;
}

.addthis_32x32_style .at15t_twitter {
	background-position: 0 -704px !important;
}

.addthis_32x32_style .at15t_pinterest {
	background-position: 0 -544px !important;
}

.addthis_32x32_style .at15t_youtube {
	background-position: 0 -768px !important;
}

.addthis_32x32_style .at15t_blogger {
	background-position: 0 -32px !important;
}

.addthis_32x32_style .at15t_instagram {
	background-position: 0 0px !important;
}

#_atssh {
	width: 1px !important;
	height: 1px !important;
	border: 0px none !important;
}

.at_a11y {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.breancrumb-item-name {
  line-height: 1.5;
}
/********** Social Icons end    **********/

/********** footer part begin    **********/

.footerLeftInfo {
	width: 100% !important;
}

.footerLeftInfo a:hover {
	color: black;
	text-decoration:underline;
}

.footerLeftInfo h5 {
	font-size: 0.8125rem;
	font-weight: 700;
	color: #6C6C6C;
}

.footer-contact-us-bg {
	/*background-color: #DFDFDF;*/
}
/*remove this definition since TSK230
#copyright-wrapper a {
	text-decoration:underline;
}*/

.l-h-25 {
	line-height: 0.25 !important;
}

.cus-form-control-h-1 {
	height: calc(1.5em + 0.15rem + 2px) !important;
}

.cus-mt-n1 {
	margin-top: -1px !important;
}

@media screen and (max-width: 767px) {
	.footer-contact-us-bg {
		background-color: transparent;
	}
	
	.cus-w-sm-100 {
		width: 100% !important;
	}
}

.cus-w-max-105 {
	 max-width: 105px;
}

.cus-w-max-200 {
	max-width: 200px;
}

select.is-invalid {
	background-size: calc(1.375em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.cus-w-max-130 {
	max-width: 130px;
}

.cus-h-20 {
	height: 20px;
}

.close {
	font-size: 1rem !important;
}

.pgTitle {
    font-size: 1.125rem;
    color: #0E59A7;
}

@media screen and (min-width: 768px) {
	.cus-w-max-400 {
		max-width: 400px;
	}
}

/********** footer part end    **********/

/*************CMS used below*****************/
.footMessage
{
    padding:10px 30px;
    margin-right:5px;   
    background-color:#F3F3F3;
    /*background-image: url('../images/g/footMessage.jpg');*/
    display:inline-block;
    border: 1px solid #d8d9d6;
    
}
.footMessage .mtHeader
{
    font-size:16px;
    font-weight:bold;       
}
.footMessage .mtContent1
{
    font-size: 15px;
    color: #666666;
    margin: 10px 0;
    
}
.footMessage .mtContent2
{
    font-size: 13px;
    color: #666666;
    font-weight: bold;
    font-style: italic;
    font-family:Arial,Verdana, Helvetica, sans-serif,Calibri; 
    padding: 0px 5px;
}
/* .footMessage {text-align:center;} */
.footMessage p.spcr{height:5px;}
.footMessage .mtContent1,.footMessage .mtContent2,.footMessage .mtContentHeader{text-align:left;}
/***************CMS used below end ***********/

/************come from Standard theme css start***************/
#WhatsNew .jcarousel-skin-tango .jcarousel-container{border:1px solid #D8D9D6;}

#footerback{background:none;}
.footSignUp {
    color: #666666;}
.fr_cart .cart_Info { color: #666666;}

.r1c4,.r2c1,.r2c4 {color:#111;}
.blue_btn {border: 1px solid #CCCCCC !important;}

.itemStep{border:2px solid #ccc !important;}


.itemStepHighlight .itemContent, .itemStepHighlight .itemTitle {
    color: #eee !important;
}
.footerLeftInfo .productinfo, .footerLeftInfo .help, .footerLeftInfo .cutomerservice {
  background-color: transparent;
}
.error 
{ color: #FF0000 !important; 
font-weight: bold; 
}
.errorINFO {
color: #FF0000 !important;
font-size: 12px;
font-weight: bold;
clear: both;
}

.errorSM {
color: #FF0000 !important;font-size: 15px;font-weight: bold;
}

.upsell-lists li img {
width: 180px!important;
height: 180px !important;
}

#refinenav, #refinenav ul {
  width: 180px !important;
}
/*fix narrow logos showing brand drop down*/
 #headright .headerShopByBrand { top: 40px; left: 310px; position: absolute; }

.pr-snippet-rating-decimal {
color: #4B4B4B !important;
background-color:#FFFFFF !important;
padding: 0 .2em 0;
display: block !important;
border-radius: 0.2em 0.2em 0.2em 0.2em;
font-size: 15px !important;
}

.sectionTitle{
font-family: Times;
font-style: italic; 
font-weight: normal !important;
}

.designer_name {
  font-size: 60px;
  font-family: Times;
  font-style: italic;
  margin-top: 10px;

}

.designer_title {
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 10px;
}

.interview_link {
  font-size: 20px;
  font-style: italic;
  color: #000;
  font-family: times;
  font-style: italic;
}

.showcase {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-bottom: 1px solid #000 !important;
  border-top: 1px solid #000 !important;}

.view_collection {
  font-size: 18px;
  color: #000;
  font-family: times;
  padding-top: 22px;
  font-style: italic;
}

.feature_design_title {
    font-size: 35px;
    color: #000;
    padding-bottom: 0px;
    font-family: times;
    font-style: italic;
    }
.sealtitle{
  font-family: Times;
  font-style: italic;
  font-size:22px;
  
}

#pop-up-preview {
font-family:Source Sans Pro;
}
#headleft_logo{
position:relative !important;
}
#headright{
position:absolute !important;
}


/* CUSTOM WIDTHS */
.cust-w-100, .cust-w-xs-100 { width: 100%!important; }
.cust-w-75, .cust-w-xs-75 { width: 75%!important; }
.cust-w-50, .cust-w-xs-50 { width: 50%!important; }

/* BREAKPOINTS */

/* SM breakpoint */
@media (min-width: 576px) {
    /* CUSTOM WIDTHS */
    .cust-w-sm-100 { width: 100%!important; }
    .cust-w-sm-75 { width: 75%!important; }
    .cust-w-sm-50 { width: 50%!important; }
}

/* MD breakpoint*/
@media (min-width: 768px) {
    /* CUSTOM WIDTHS */
    .cust-w-md-100 { width: 100%!important; }
    .cust-w-md-75 { width: 75%!important; }
    .cust-w-md-50 { width: 50%!important; }
}

/* LG breakpoint */
@media (min-width: 992px) {
    /* CUSTOM WIDTHS */
    .cust-w-lg-100 { width: 100%!important; }
    .cust-w-lg-75 { width: 75%!important; }
    .cust-w-lg-50 { width: 50%!important; }
}

.sample-added-pdp {
  font-weight: 600;
  background-color: #64dd7f;
  padding: 0 12px;
  border-radius: .25rem;
}
/*************come from Standard theme css end**************/

.fs-90 {
	font-size: 0.9rem;
}