<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('//fonts.googleapis.com/css?family=Montserrat:300,500,700'); 

@font-face {
	font-family: 'vincentia';
	src: url('/assets/togdesigner/webfonts/vincentia-webfont.eot?#iefix') format('embedded-opentype'),
	url('/assets/togdesigner/webfonts/vincentia-webfont.woff') format('woff'),
	url('/assets/togdesigner/webfonts/vincentia-webfont.ttf') format('truetype'),
	url('/assets/togdesigner/webfonts/vincentia-webfont.svg#vincentia') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    background: #fff;
    color: #111;
    min-height: 600px;
}


a:link {
    color: #4c56a6;
    text-decoration: none;
}
a:visited {
	color: #4c56a6;
}	
a:hover {
    color: #4c56a6;
    text-decoration: underline;
}
a:active{
	color: #003e80;
}

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

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

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

@media (min-width: 576px) {
    .container{
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container{
        max-width: 740px;
    }
    
    .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;
    }
    
    .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;
    }
    
    .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;
    }
    .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&gt;.container,.navbar-expand-xxl&gt;.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&gt;.container,.navbar-expand-xxl&gt;.container-fluid{padding-right:0;padding-left:0}
}
.before-vertical-line:before {
    content: " | ";
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}


.bg-breadcrumb {
	background-color: #f5f5f5;
} 

.page-item.active .page-link {
    border-color: #000;
}

.btn {
  background-color: #4c56a6 !important;
  font-weight: 500;
  border-radius: 0;
  color: white !important;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #4c56a6;
    border-color: #4c56a6;
}

#contentDiv a[href $='.pdf'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/assets/templates/template3/images/global/icon_pdf.gif) no-repeat center right;
}

/*-----------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;
}
.bg-wood{
    border: none !important;
}
@media (min-width: 768px) {
  	/* LG */
	.panel-border {
    	border: 2px solid #ebebeb;
    	border-radius: 0.9375rem;
  	}
}
@media (min-width: 992px) {
  	/* LG */
	.popup-panel-border {
    	border: 2px solid #ebebeb;
    	border-radius: 0.9375rem;
  	}
}

/*------------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;
}
#previewStageEmail {
    background-image: url(../images/personalizer/preview_bkgd.gif);
    background-repeat: no-repeat;
    height: 371px;
}
.myaccount-option-btn {
    display: inline-block;
    margin: 6px 3px;
    border-radius: 0px !important;
    border: 1px solid transparent;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #666 !important;
}
@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;
	}
}
@media (min-width: 992px) {
	.myaccount-option-btn {
		display: inline-block;
	    margin: 0 15px;
	    border-radius: inherit;
	    border: inherit;
	    background-color: inherit;
	    padding: 0;
	    font-size: inherit;
	    line-height: inherit;
	    transition: inherit;
	    font-weight: inherit;
	    text-align: inherit;
	    vertical-align: inherit;
	    color: #666 !important;
	    background-image: none;
	}
}

@media (min-width: 360px) {
	.myaccount-subpage-title {
		font-size: 1.05rem;
	}
	
	.sm-my-account-btn {
		font-size: 0.8rem;
	}
}

/*------------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.6;
}
/********** Social Icons end    **********/</pre></body></html>